@zikola347-dev/ts-init
v1.0.0
Published
High-performance CLI to bootstrap standardized Node.js projects
Maintainers
Readme
@zikola347-dev/ts-init
High-performance CLI to bootstrap standardized Node.js projects.
Installation
npm install -g @zikola347-dev/ts-initUsage
Run the CLI using:
ts-initDevelopment
# Install dependencies
npm install
# Build the project
npm run build
# Run in development mode
npm run devScripts
build: Compiles TypeScript to JavaScript.start: Runs the built application.dev: Watch mode for development.clean: Removes thedistdirectory.typecheck: Runs TypeScript type checking without emitting files.
