* feat: Created help command
* fix: Fixed a typo in version command
* feat: Added version command to index.js & changed export type to default
* chore: Updated version command
* chore: Updated help command
* chore: Updated init command
* feat: Added version shortcut command
* docs: Created README
* chore: Added what @jacobees wanted
* docs: Changed the README description
* docs: Updated README
* docs: Fix what Evo wanted
* revert: Reverted what Evo wanted
* revert: Reverting default export
* revert: Reverting the default export
* revert: Reverted the default export
* feat: Version is now come from package.json
* fix: Fixed experimental error
* chore: Updated what evo wanted
* refractor: Changed v to flag
* feat(v): use flags
* docs: some stuff
Co-authored-by: xxDeveloper <77380166+Murtatrxx@users.noreply.github.com>
* 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>
* 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>
* 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>