@bemoje/node-lib-template

1.0.1 • Public • Published

@bemoje/node-lib-template

Node library template package with full ESM support. All features available as npm scripts: Jest testing. Rollup build. Rename package - affecting all relevant files. Readme generator. Markdown and HTML API-documentation. Npm publish and version bumping. Github repository create, delete and commit. Jsdoc block comment description triggers package description updates. Package keyword-extraction from block comments in source code.

Version

NPM version

Travis CI

dependencies

Dependencies

dependencies

Stats

NPM downloads Forks

Donate

Buy Me A Beer donate button PayPal donate button

Installation

npm install @bemoje/node-lib-template
npm install --save @bemoje/node-lib-template
npm install --save-dev @bemoje/node-lib-template

Usage

import nodeLibTemplate from '@bemoje/node-lib-template'

nodeLibTemplate()
//=> undefined

Tests

Uses Jest to test module functionality. Run tests to get coverage details.

npm run test

API

Table of Contents

nodeLibTemplate

Node library template package with full ESM support. All features available as npm scripts: Jest testing. Rollup build. Rename package - affecting all relevant files. Readme generator. Markdown and HTML API-documentation. Npm publish and version bumping. Github repository create, delete and commit. Jsdoc block comment description triggers package description updates. Package keyword-extraction from block comments in source code.

Parameters

Returns void

theCallback

Callback type definition.

Type: Function

Parameters

Returns void

Addable

Extends Number

A class that extends the native Number-class and

Parameters
  • num number The number

  • name (optional, default 'myAddable')

add

Adds 'n'

Parameters

Returns Addable

Package Sidebar

Install

npm i @bemoje/node-lib-template

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

12.1 kB

Total Files

5

Last publish

Collaborators

  • bemoje