To use this template create a new repository and select example-pkg
from the template dropdown.
Make sure to name your repository following <name>-pkg
convention.
If you're interested in automated dependency updates make sure that renovate
has access to the new repository.
Things to do change when you use this repository as a template:
example-pkg
Usage
npm install @smg-automotive/example
Development
npm run build
You can link your local npm package to integrate it with any local project:
cd smg-automotive-example-pkg
npm run build
cd <project directory>
npm link ../smg-automotive-example-pkg
Release a new version
New versions are released on the ci using semantic-release as soon as you merge into master. Please
make sure your merge commit message adheres to the corresponding conventions and your branch name does not contain forward slashes /
.