CLI Wrapper for HICAS MSc CS Full Stack Development Practical Programs
npm install hicas-msc-cs-fsdA single CLI tool to easily download and run practical programs for the Full Stack Development course.
You don't need to install it! Just use npx.
See all available programs (currently only program1):
``bash`
npx hicas-msc-cs-fsd list
To download a specific program (e.g., program1):
`bash`
npx hicas-msc-cs-fsd program1
This will:
- Clone only the program1 branch.program1
- Create a folder named in your current directory.
To start a downloaded program:
`bash`
npx hicas-msc-cs-fsd run program1
This will:
- Automatically install dependencies (npm install) for both Client and Server.
- Start both the Frontend and Backend servers simultaneously.
- Single Branch Cloning: Saves space by downloading only the specific program you need.
- Auto-Setup: Handles npm install` for you.
- One-Command Run: No need for multiple terminals.
- Cross-Platform: Works on Windows, macOS, and Linux.
ISC