A CLI template generator for Node.js projects with modern Typescript configuration.
- Node.js v 16.7.0 or higher (required by experimental
fs.cp
in node-basic). - tsx global install recommended.
npx create-node-template <project-name> --flags
Arguments and flags are optional.
- Import path aliases.
- Eslint flat config file (requires VSCode setting).
- all features of node-basic
- Express server setup
- all features of express-basic
- Express error handling
- Express logging
- Express monitoring
- -t, --template
- -pm. --package-manager
- Node.js
- Express
- Express error-handling
- ESLint
- @typescript-eslint Rules
- Create Next App GH repo
- NPM docs