1.0.2 • Published 2 months ago

@smg-automotive/phrase-pkg v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

CircleCI semantic-release

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 /.