Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Starter Project for Node.js With TypeScript.

License

NotificationsYou must be signed in to change notification settings

vitorsalgado/create-nodejs-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Starter Project for a Node.js application usingTypeScript with all boring stuff already configured.

GitHub Action StatusnpmPrettierConventional Commits

Overview

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

npx create-nodejs-ts --no --app=your-app

NPM Init

npm init nodejs-ts -- --app=your-app

Without 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-app

The final folder will the parameterdestination, if provided, concatenated with the parameterapp.

ESM

The project template now usesESM by default.

Docker

Minimalist docker image generation.
Check thisDockerfile.

Local Dev Environment

Runmake up to spin up a local environment withDocker Compose.
Check thisdocker-compose.yml for more details.

Tooling

  • ESM
  • TypeScript
  • Jest
  • EsLint
  • Husky
  • Commit Lint
  • Lint Staged
  • Prettier
  • Nodemon
  • Docker | Docker Compose

License

FOSSA Status

This project isMIT Licensed.

Sponsor this project

 

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp