student-course-tracker-cli
v1.0.3
Published
A custom CLI to automate project setup.
Readme
student-course-tracker-cli
A powerful CLI tool to automate project setup for Node.js, Express, and React apps.
Features
- Create new project folders with starter files
- Choose templates: node, express, react
- Auto-generate LICENSE (MIT, Apache, GPL)
- Initialize git and create .gitignore
- Install npm packages during setup
- Interactive or non-interactive README creation
- Dashboard summary after setup
Installation
npm install -g student-course-tracker-cliUsage
student-course-tracker-cli new-project --name "MyApp" --template express --license MIT --packages express,cors --desc "A sample app" --author "Your Name"Or run without --desc/--author to be prompted interactively.
Publishing
To update this package on npm:
- Edit your README.md and other files as needed.
- Update the version in package.json.
- Run:
npm publish
License
Choose from MIT, Apache, or GPL during project creation.
