Skip to content
On this page

Node Base

Project template for Node library.

Usage

  1. download the project, here download
  2. replace all node-base to your project name
  3. develop core code in src, like: index.ts
  4. run npm run test for *.spec.ts to test your code
  5. edit .vitepress/config.ts custom your docs config
  6. run npm run docs:dev to write docs for your project in *.md, README.md is your home page
  7. run npm run publish:beta publish your code to npmjs.com
  8. run git push well publish your docs pages auto

Released under the MIT License.