startkit-js
v1.0.1
Published
A fast and flexible CLI tool to scaffold microservices and projects with your choice of JavaScript or TypeScript, architecture styles (Clean Architecture, CSR, Simple), and coding style (Function-based or Class-based).
Readme
startkit-js
A fast and flexible CLI tool to scaffold microservices and projects with your choice of JavaScript or TypeScript, architecture styles (Clean Architecture, CSR, Simple), and coding style (Function-based or Class-based).
Features
- Choose JavaScript or TypeScript stack
- Select architecture: Clean Architecture, CSR (Controller-Service-Repository), or Simple
- Pick your preferred coding style: Function-based or Class-based
- Automatically sets up folders, files, Express app, and config
- Installs necessary dependencies for you
- Saves you from repetitive project setup steps
Installation
No need to install globally, just run using npx:
npx startkit-js init servicename1 servicename2 ...