@edrc/shared
v1.0.18
Published
In vscode hit CTRL+SHIFT+P, select `Tasks: Run Task`, then `tsc: watch - tsconfig.all.json`. This will automatically rebuild the solution when any file changes.
Downloads
15
Readme
Shared resources for edrc.me
Getting Started
In vscode hit CTRL+SHIFT+P, select Tasks: Run Task
, then tsc: watch - tsconfig.all.json
. This will automatically rebuild the solution when any file changes.
For local development use npm link
by going to the dependant repo (either edrc-frontend
or edrc-backend
) and running npm link ../edrc-shared
. This will establish a symlink to your local copy of this repo.
Publishing
To publish, update the version in package.json
, commit, PR to master
, and then create a tag with the name of your version.