Skip to content

Yukiniro/starter-node

Repository files navigation

starter-node

NPM npm

The starter-node is a template to start a node project.

Features

  • pnpm - package manager
  • vitest - test library
  • docusaurus - document library
  • prettier - code style formate
  • eslint - code quality
  • husky - pre-commit
  • lint-staged - auto lint for staged files

How to use

You could use degit Yukiniro/starter-node your-project-name to create a project.

If you have no degit. Please install it by npm install -g degit.