Skip to content

Nexysweb/boilerplate-node-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Badges

You can get standard badges by using the following link: https://nexys-system.github.io/repository-badges/?q=mypackage

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

About

Boilerplate for Node packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages