Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 486 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 486 Bytes

Usage:

  • Download via npm i inite -g or clone repository, open it in terminal and run npm 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