commenthol / blanc

A node module boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blanc

A node module boilerplate

npm-badge actions-badge types-badge

This is a boilerplate for a node module using:

The files contain examples to show the usage of the different tools in your code.

Table of Contents

Description

Run the different tools from npm

  • npm test - Run tests
  • npm run coverage - Run c8 code coverage (shows code coverage; open coverage/index.html after run)
  • npm run lint - Linting the source
  • npm run types - Generate typescript types

Example ...

Contribution and License Agreement

If you contribute code to this project, you are implicitly allowing your code to be distributed under the MIT license. You are also implicitly verifying that all code is your original work or correctly attributed with the source of its origin and license.

License

Copyright (c) 2016- commenthol (MIT License)

See LICENSE for more info.

References

About

A node module boilerplate

License:MIT License


Languages

Language:JavaScript 99.2%Language:Makefile 0.8%