CLI for easier project initialization
npm install inita-cli> CLI for easier project initialization



To use the init command globally install it using the -g argument of the npm install command like this:
Inita CLI uses yargs to parse given arguments and create appropriate folder structure
It's simple to use Inita CLI, all you have to do is pass folder name and package manager arguments. Let's assume the name is petProject and package manager is yarn. To create folder and initalize git and yarn in this case simply use the following command:
Or to initalize project with npm.
Inita CLI can also be used with npx command if you'd rather not install it globally.
This project is licensed under MIT license