Commit Graph

16 Commits

Author SHA1 Message Date
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
Evo
88893a35cd fix: no more crashing cli if yarn isnt present (#24)
* fix: no more crashing cli if yarn isnt present

* chore: add .idea to gitignore

* chore: fix position of .idea

Co-authored-by: jacoobes <jacobnguyend@gmail.com>
2022-05-13 23:57:58 +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
EvolutionX
3c5924b409 chore: stuff 2022-05-11 23:11:03 +05:30
EvolutionX
695e739dc0 chore: nvm 2022-05-11 23:07:19 +05:30
Allyedge
bfe21818cc refactor: improve the spacing between code lines 2022-05-11 17:51:59 +02:00
EvolutionX
59cb125435 chore: i'll kill someone for this shit 2022-05-11 11:31:59 +05:30
EvolutionX
fec1c8e24c feat: now edits the directories as per user's choice 2022-05-11 11:23:38 +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
f268b1c62f fix: removed useless line 2022-05-09 20:52:18 +05:30
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
f760dbc6e3 perf(init.js): string.match -> regex.test for node version 2022-05-08 22:12:06 -05:00
EvolutionX
f9318024bb feat(*): more questions, better handling, better ui 2022-04-21 21:50:47 +05:30
EvolutionX
0e97b7db8a feat(*): refactored code and added custom handling of commands 2022-04-18 22:14:25 +05:30