Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/webpack/webpack-cli

Webpack's Command Line Interface
https://github.com/webpack/webpack-cli

Parser: Integrate Parser (#59)

Integrates the structure of the parser being reusable.
Inquirer is seperated into two instance...

2133661f8205e4f5a9746bb858e08969690064cd authored almost 8 years ago by Even Stensberg <[email protected]>
Merge pull request #46 from webpack/feature/eslint-plugin-node

Feature: Add eslint-plugin-node and configure it

7284e0949937b8392987b88528f69c8c09c492c1 authored almost 8 years ago by Daniela Valero <[email protected]>
fix: Fix eslint errors

d1fd356c688011e76c225705fc265a829ab04769 authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
chore: Remove eslint-disable-line for process.exit calls

7ab8495d3df45578565611e553cfa3859a688a3f authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
fix: Add missing dependency

7852173a7ff865e22aafbee84289a2af5050ce41 authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
chore: Do not lint fixtures

e27c361a519a92158a5923b0e733314b04b14124 authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
chore: Add eslint-plugin-node and defined engines section in package.json

72417d445b752bc09402aa401175e3769eb65b29 authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
style: Reformat eslintrc according to .editorconfig

3b8a7e16d8375800987d3c252e8bc61c640a70ea authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
Merge pull request #31 from webpack/feature/roadmap-md

docs: Add roadmap and format readme

23a922d4f0d27aede1eea16fcf3489862311f692 authored almost 8 years ago by Even Stensberg <[email protected]>
docs: Add roadmap and format readme

In order to have a clear Roadmap to all users and
contributors, adding now a section for it in t...

450b9f4fc699740a67993693092e28f255e42f6f authored almost 8 years ago by Daniela Valero <[email protected]>
Merge pull request #39 from okonet/lint-staged

build: Add lint-staged with autofix eslint task as a pre-commit hook.

134ed23c64c82f2339c6ce14ff65dc72e4a1bf14 authored almost 8 years ago by Even Stensberg <[email protected]>
build: Add lint-staged with autofix eslint task as a pre-commit hook.

bc889b65abaa135ae36152bab2110b636b8f52b2 authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
Merge pull request #28 from kalcifer/feat/config-migration

Feat - Adds basic code for implementing migrate command

c8a07e4731a556a4f492a109c6e5f36d6da6a39f authored almost 8 years ago by Even Stensberg <[email protected]>
feat - Raw implementation of migrate command

5ffbe81618ef1c2f7fe665f858bf1022844dd626 authored almost 8 years ago by Pavithra K <[email protected]>
Feat - Adds conversion for resolve.root

9128fa29aaa950efee3209a78f8460006868b181 authored almost 8 years ago by Pavithra K <[email protected]>
feat: add parser and fix linting in bin and try-catch block (#27)

e674d89bc1cfc7e216ec5716046059e1a56e2d9e authored almost 8 years ago by Even Stensberg <[email protected]>
feat: Introduce reserve and timestamps (#24)

ed267b48a698e3744a5e8bc40ad3c7f7bbb27929 authored almost 8 years ago by Even Stensberg <[email protected]>
Merge pull request #26 from kalcifer/featue/configuration

Feat - Adds -loader suffix after loader manipulation

e7823169bdc41d7de94872fccc4612330a3a8ad1 authored almost 8 years ago by Even Stensberg <[email protected]>
Feat - Adds -loader suffix after loader manipulation

b001c3b5d0e98c280aae6f5d877526e87586f867 authored almost 8 years ago by Pavithra K <[email protected]>
Feature/config migration[WIP] (#11)

* Feat[wip] - Adds codemod for loader to rules migration

* Feat[wip] - Cleanup the codemod

...

2c7df8510df576b243b68042d640c988c64fa726 authored almost 8 years ago by Pavithra Kodmad <[email protected]>
Merge pull request #10 from webpack/feature/refactor

Refactor & Cleanup

a07675f8373751474970051f59abe1b798798f95 authored almost 8 years ago by Daniela Valero <[email protected]>
Rename to webpack

Rename webpack-cli to webpack as naming convention should be web pack

cecca49fb77179801d410d0d55eccc3625d448b8 authored almost 8 years ago by evenstensberg <[email protected]>
Refactor & Cleanup

This PR will allow us to do further work on the init option with a
cleaner CLI. Renamed a test, ...

619393bf49bb4e6e080839bddda76ac610d65fc3 authored about 8 years ago by evenstensberg <[email protected]>
Hotfix/testing (#8)

* Jest and Inquirer Integration [WIP] (#5)

* feat: testing-and-inquirer

Commit allows furt...

bd37f2250cc94a5d8f0b81a3939d809132bfc24c authored about 8 years ago by Even Stensberg <[email protected]>
Merge pull request #3 from webpack/feature/setup-commits-validation-and-contributors-readme

Feature/setup commits validation and contributors readme

2731cc38608290a76ddc55fb8c5bef30837f6db5 authored about 8 years ago by Even Stensberg <[email protected]>
docs: Add issue and pr templates of webpack

In order to have a similar strucuture with the
core project, adding now the issue and pr
templates.

9b828c0236cef9d8716351b20ff523295eab8778 authored about 8 years ago by Daniela Valero <[email protected]>
feat: Add commit validation and commits template

In order to have a similar structure in the commit
messages of the contributions, adding a commi...

d0cbfc0582bdbec8b9147416cc436db3d0cac851 authored about 8 years ago by Daniela Valero <[email protected]>
docs: Add CLA section for contributing

When submitting a contribution and opening a PR,
the cla bot will automatically be launched. We
...

17fa093ec244b509ddc9ef009439032d8cf26e33 authored about 8 years ago by Daniela Valero <[email protected]>
docs: Add branching model section for contributing

In order to allow reviewers of PRs to get quicker
into contex and estimate review time of a PR,
...

65a8da90dab4f8836f4e2798787c942f3169f9de authored about 8 years ago by Daniela Valero <[email protected]>
docs: Add contributor documentation based on webpack's one

In order to allow others to contribute to the
project, we need to specify the rules and
workflow...

ae5f168cc376a211dadb2a471f0fc36d9f16a105 authored about 8 years ago by Daniela Valero <[email protected]>
feat: Add yarn settings to handle dependencies

Yarn provides a good hablding of the dependencies
on top of npm, using yarn has been adopted not...

34579c772c4662385622f4e5667605649c70a1c9 authored about 8 years ago by Daniela Valero <[email protected]>
feat: Add beautifier config for JS code

In order to have an automated workflow to style
our code, adding now the beautifier settings of
...

64c88ea8906068c93518b32c4e3a5e943c88843b authored about 8 years ago by Daniela Valero <[email protected]>
feat: Add editorconfig settings from core webpack

In order to have a consistent style on the
projects of webpack, we are using for the cli the
set...

89809de3e9db1d86bafcdb62fe17b30f1d1184ab authored about 8 years ago by Daniela Valero <[email protected]>
Merge pull request #2 from webpack/pr-branch

Integrate travis & linting

b336e73b80e58288e25f303106aa6d788850227d authored about 8 years ago by Even Stensberg <[email protected]>
Integrate travis & linting

Will implement linting and travis

c4bb93a74ac4dda7c2d039b03f35fd119b641591 authored about 8 years ago by evenstensberg <[email protected]>
Merge pull request #1 from kalcifer/copyold

Copies the files from current webpack-cli
Add eslint support

82ee9de9fa675b0e8bdf17d1f00d0193819e175f authored about 8 years ago by Pavithra Kodmad <[email protected]>
Adds a line to readme

968a43734c20e54940e85f129bef549795da343d authored about 8 years ago by Pavithra K <[email protected]>
Copies the files from current webpack-cli

e1769a632f638482a2e4e8d5e08c14d956095056 authored about 8 years ago by Pavithra K <[email protected]>
Project Initialize

Project structure could change, this is just to get a structure and
momentum.

11a74cbf422a21a0a99d0c70109e80b67b4663b7 authored about 8 years ago by evenstensberg <[email protected]>