Node Base
Project template for Node library.
Usage
- download the project, here download
- replace all
node-baseto your project name - develop core code in
src, like:index.ts - run
npm run testfor*.spec.tsto test your code - edit
.vitepress/config.tscustom your docs config - run
npm run docs:devto write docs for your project in*.md,README.mdis your home page - run
npm run publish:betapublish your code tonpmjs.com - run
git pushwell publish your docs pages auto