@redredchen01/project-init
v1.0.0
Published
Project scaffolding and initialization CLI tool
Downloads
267
Maintainers
Readme
@redredchen01/project-init
Project scaffolding and initialization CLI tool
Install
npm install -g @redredchen01/project-initQuick Start
project-init init --type node --name my-app # scaffold new node project
project-init config # generate config files
project-init readme # create README.md
project-init license # create MIT LICENSE
project-init gitsetup # init git + initial commit
project-init deps # install dev dependencies
project-init check # verify project structureCommands
| Command | Description |
|---------|-------------|
| init | Scaffold new project from template (node, python, shell) |
| config | Generate .editorconfig, .gitignore, .nvmrc, .prettierrc |
| readme | Generate README.md with standard sections |
| license | Generate LICENSE (MIT, Apache-2.0, GPL-3.0) |
| gitsetup | Initialize git repo and make initial commit |
| deps | Install recommended dev dependencies |
| check | Verify project structure and required files |
License
MIT
