You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
app | 3 years ago | |
release | 3 years ago | |
scripts | 4 years ago | |
spec | 3 years ago | |
.env.example | 4 years ago | |
.eslintrc.yaml | 4 years ago | |
.gitignore | 4 years ago | |
.travis.yml | 4 years ago | |
README.md | 3 years ago | |
notes.txt | 4 years ago | |
package-lock.json | 3 years ago | |
package.json | 3 years ago | |
tsconfig.json | 4 years ago |
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]