@verbenergy/verb-rules-engine
v1.4.0
Published
> [JSON Rules Engine](https://github.com/cachecontrol/json-rules-engine) extension for Verb development
Downloads
11
Readme
Verb Rules Engine
JSON Rules Engine extension for Verb development
Testing Changes Locally:
Linking npm package
- commit your changes
npm run build
- (in this repo)
sudo npm link
- (in other project)
npm link @verbenergy/verb-rules-engine
To un-link:
- (in other project)
npm unlink --no-save @verbenergy/verb-rules-engine
- (in this repo)
npm unlink
Getting things up and running
- run event-platform
heroku local
- run workflow-service
heroku local -f Procfile
- run crm v1
heroku local web
Triggering an event
Publishing Instructions:
Follow normal workflow for code changes. After PR is merged:
- run npm version {major, minor, patch} depending on the change type.
- run npm run build
- run npm publish
Trouble publishing?
- Make sure you're set up as a member on the package.
- Generate a new access token under your account in npm with publishing rights.
- Find .npmrc hidden file in your user folder and replace authToken(s) there with your new one.
- Replace your new token with old one (might have trouble installing on other repos if you use new one)