Module for setting up convention based config in krimzen-ninja projects
npm install krimzen-ninja-config
!NPM
!CircleCi
!Known Vulnerabilities

Module for setting up convention based config in krimzen-ninja projects
$ npm install --save krimzen-ninja-config
``js
import myModule from 'krimzen-ninja-config'
myModule()
//TODO
`
MIT © Ryan Kotzen
Install Chandler to sync your CHANGELOG.md entries to GitHub
You can either do releases from the master branch or follow the LTS model and branch off when you do a release.
1. Ensure you are on the branch you want to publish from.
1. Decide based on what is going into the release how the version number is going to change, see Semantic Versioning for more info.
1. The CHANGELOG.md file should have pending changes documented in the Unreleased section, create a new heading for this version and cut the relevant changes and paste them into the new section.CHANGELOG.md
1. Commit the changes to the file.semver
1. Run one of the prebuilt publish commands that matches your patch, minor, majornpm run patch -m "A message that makes sense"
> npm version [major | minor | patch | premajor | preminor | prepatch | prerelease] -m "A message that makes sense"
If none of the prebuilt ones fit, you can use
1. If you didn't publish from master, make sure to merge back into master if you were fixing a bug or the changes released need to go back to master.
You can either add your project via the web dashboard or via the cli by installing the lib npm i -g snyk and then running the setup snyk wizzard`.