@dada513/package-template

1.0.0 • Public • Published

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/

/@dada513/package-template/

    Package Sidebar

    Install

    npm i @dada513/package-template

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    1.03 MB

    Total Files

    44

    Last publish

    Collaborators

    • dada513