Commit Graph

20 Commits

Author SHA1 Message Date
Evo
8c45327094 fix: avoid crashing of cli when no plugin found (#47) 2022-06-22 11:53:42 -05:00
EvolutionX
eb85a7a8f2 feat: add basic type checking 2022-06-22 11:58:30 +05:30
EvolutionX
055da6c24d refactor: remove prefix question 2022-06-22 09:16:34 +05:30
Evo
895a48910e feat: plugin command!!! (#45) 2022-06-18 23:05:34 +05:30
Evo
7cf62c0308 feat: enable extra command & jsdockerfile (#43) 2022-06-18 01:47:26 -05:00
Jacob Nguyen
b2e6236dde feat: add commander and start plugins installer (#36)
Co-authored-by: EvolutionX
2022-06-11 09:33:44 +05:30
Allyedge
b1a8683373 feat: create typescript dockerfile and the extra command (#28)
Co-authored-by: EvolutionX
2022-05-29 23:26:06 +05:30
EvolutionX
cc410bd370 fix: no more error when selecting js 2022-05-16 11:14:12 +05:30
qxb3
7b1d53520f feat(skip): option to skip package manager selection (#20)
* feat: ability to skip package manager selection

* fix: add option to skip too when you dont have both pm

* fix: both work on npm/yarn on skip part

* fix(init): fix typo

Co-authored-by: Evo <85353424+EvolutionX-10@users.noreply.github.com>
2022-05-14 09:42:44 +05:30
Allyedge
e5f607e998 feat: add default settings for the -y flag (#19)
* feat: add default settings for the -y flag

Signed-off-by: Allyedge <alimarslank@gmail.com>

* refactor: add documentation comments to initProject

* feat: set git init to true and package manager to npm by default

* style: fix typo in npmInit

* Update src/commands/init.js

Co-authored-by: Evo <85353424+EvolutionX-10@users.noreply.github.com>

* Update src/commands/init.js

Co-authored-by: Evo <85353424+EvolutionX-10@users.noreply.github.com>

* refactor: remove unnecessary isDefault checks

* refactor(init): cleaned up code and made a simple flow

* docs: update jsdoc

* style: fix prettier

* feat: set git init to true and package manager to npm by default

* style: fix typo in npmInit

* Update src/commands/init.js

Co-authored-by: Evo <85353424+EvolutionX-10@users.noreply.github.com>

* Update src/commands/init.js

Co-authored-by: Evo <85353424+EvolutionX-10@users.noreply.github.com>

* feat: add default settings for the -y flag

Signed-off-by: Allyedge <alimarslank@gmail.com>

* refactor: add documentation comments to initProject

* feat: set git init to true and package manager to npm by default

* Update src/commands/init.js

Co-authored-by: Evo <85353424+EvolutionX-10@users.noreply.github.com>

* Update src/commands/init.js

Co-authored-by: Evo <85353424+EvolutionX-10@users.noreply.github.com>

* refactor: remove unnecessary isDefault checks

* refactor(init): cleaned up code and made a simple flow

* docs: update jsdoc

* style: fix prettier

* feat: add default settings for the -y flag

Signed-off-by: Allyedge <alimarslank@gmail.com>

* refactor: add documentation comments to initProject

* feat: set git init to true and package manager to npm by default

* refactor: remove unnecessary isDefault checks

* refactor(init): cleaned up code and made a simple flow

* docs: update jsdoc

* style: fix prettier

* chore(s): stuff

Co-authored-by: Evo <85353424+EvolutionX-10@users.noreply.github.com>
2022-05-13 11:09:35 +05:30
Allyedge
bfe21818cc refactor: improve the spacing between code lines 2022-05-11 17:51:59 +02:00
EvolutionX
fec1c8e24c feat: now edits the directories as per user's choice 2022-05-11 11:23:38 +05:30
EvolutionX
c5b45aab59 chore: removed deprecated stuff 2022-05-11 09:41:54 +05:30
EvolutionX
020f8ebe6d style: prettier things 2022-05-09 23:01:26 +05:30
Jacob Nguyen
cae3c597c3 feat: rebase changes 2022-05-09 12:21:28 -05:00
EvolutionX
5021d28bca feat(*): cli is now functional 2022-05-09 20:44:48 +05:30
Jacob Nguyen
6086af063a refactor: removing redundant return process.exit(), more concise cli
messages
2022-05-08 22:54:26 -05:00
Jacob Nguyen
e74976a72c refactor: Simplifying logic, cleaning up code 2022-05-08 22:26:10 -05:00
Jacob Nguyen
4c3ef4810a refactor: add jsdoc for gitinit 2022-05-08 21:01:50 -05:00
EvolutionX
f9318024bb feat(*): more questions, better handling, better ui 2022-04-21 21:50:47 +05:30