0.0.1 • Published 3 years ago

boilerplate_node_package v0.0.1

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

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
0.0.1

3 years ago