|
||
---|---|---|
app | ||
release | ||
scripts | ||
spec | ||
.env.example | ||
.eslintrc.yaml | ||
.gitignore | ||
.travis.yml | ||
README.md | ||
notes.txt | ||
package-lock.json | ||
package.json | ||
tsconfig.json |
README.md
Kosmos Accounts API
Development
Compile app, run API server, watch code and reload automatically:
npm run dev
Running tests
npm test
Linting
npm run lint
Releases
The versioning command will compile a release build to the release/
directory
and commit the files in the version commit:
npm version [patch|minor|major]