Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork28
Starter Project for Node.js With TypeScript.
License
vitorsalgado/create-nodejs-ts
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Starter Project for a Node.js application usingTypeScript with all boring stuff already configured.
Starter project forNode.js applications usingTypeScript with test, lint, code formatter already configured.Check thetooling section for more details.
The preferable way to use this boilerplate is usingnpx command. You can usenpm init too.
Use the following commands to bootstrap a new project:
npx create-nodejs-ts --no --app=your-appnpm init nodejs-ts -- --app=your-appWithout parameters, the project will be created on a foldermy-app in the same directory where you executed thecommand.
All parameters available:
--destination=<FOLDER_DESTINATION> Defaults to the current directory--app=<APP_NAME> Defaults to my-appThe final folder will the parameterdestination, if provided, concatenated with the parameterapp.
The project template now usesESM by default.
Minimalist docker image generation.
Check thisDockerfile.
Runmake up to spin up a local environment withDocker Compose.
Check thisdocker-compose.yml for more details.
- ESM
- TypeScript
- Jest
- EsLint
- Husky
- Commit Lint
- Lint Staged
- Prettier
- Nodemon
- Docker | Docker Compose
This project isMIT Licensed.
About
Starter Project for Node.js With TypeScript.
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.