1.0.0 • Published 4 years ago

@dada513/package-template v1.0.0

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

package

Node.js NPM package template.
Includes: StandardJS linting, ESM, JSDoc
GitHub Actions set up:

  • On every commit the package is linted with standard and automatically fixed if possible.
  • It also checks if the version in package.json has changed, if yes then uploads to NPM.

TODO: Setup the repo

Installation

TODO: Provide your own install instructions

npm install your-library # or yarn add your-library

Usage

// TODO: Provide example code
const myPackage = require("package");
myPackage.doStuff();

API

TODO: Provide an acutal JSDoc URL
The JSDoc can be accessed at https://dada513.github.io/package/