1.0.1 • Published 2 years ago

ssprojet v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

ssprojet

NPM npm

The ssprojet is a template to start a simple 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/ssprojet your-project-name to create a project.

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