boilerplate_node_package
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

Boilerplate for Node Packages in typescript

npm version npm version Build and Test Package Build and Test Package and (publish) Code style Bundlephobia

This is a minimalist boilerplate template for Node NPM packages written in Typescript

Get started

Install

yarn

Build

yarn build

Test

yarn test

CI

Continuous integration is included and works with github actions.

Adjust Configuration

Make sure you change the path of the badge (both links and images to link to your package/repo). In package.json make sure you point to your github repo

Publish

In order to publish your package, add the secret variable NPM_AUTH_TOKEN to the list of secret variables and release a new version

Release a new version

npm version {patch,minor,major}
git push origin master --tags

Readme

Keywords

none

Package Sidebar

Install

npm i boilerplate_node_package

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

13.5 kB

Total Files

15

Last publish

Collaborators

  • nexys