Skip to content
/ nodejs-project Public template

Node.js project template designed to get you up and running quickly, whether you're building a CLI tool or a web server.

License

Notifications You must be signed in to change notification settings

samialdury/nodejs-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js project template

CI status license

Node.js project template designed to get you up and running quickly, whether you're building a CLI tool or a web server.

Usage

This template is included in the @samialdury/create CLI tool and it's the recommended way to use it.

bunx @samialdury/create nodejs-project

You can also create a new GitHub repository from this template directly by clicking here, and then running the following command in the root directory of the repository, replacing your-project-name with the name of your project.

# You should have pnpm installed globally
# prior to running these commands

make install
make prepare name=your-project-name

Stack

  • Node.js
  • TypeScript
  • ESLint
  • Prettier
  • Docker
  • GitHub Actions & GitHub Container Registry

License

MIT