inite
v1.2.2
Published
CLI for npm init
Downloads
17
Readme
Usage:
- Download via
npm i inite -g
or clone repository, open it in terminal and runnpm i -g
- Open folder with your future project and rum in terminal
inite
. CLI will automatically initialize git, npm, create .gitignore, index.js and .env
CLI:
inite <empty or arg>
- initialize default project or initialize with args
Args:
express
- initialize express project
typescript
- initialize simple typescript project
Feel free to contribute or open isues <3