1.3.1 • Published 2 years ago

@xyrusworx/cpm-api v1.3.1

Weekly downloads
-
License
GPL-3.0
Repository
gitlab
Last release
2 years ago

CPM | Crypto Portfolio Manager - API and data model

This package contains the API specification and data model of CPM.

License

Usage is permitted under the GPLv3 license. Please refer to the license text for details: https://www.gnu.org/licenses/gpl-3.0-standalone.html A basic list of "do"s and "don't"s:

  • DO disclose source code of derivative works
  • DO include license and copyright notices in derivative works
  • DO state your changes in derivative works
  • DON'T change license in derivative works
  • DON'T assume any liability by the author of this project
  • DON'T assume any warranty by the author of this project

How to build

Clone this repository and run:

npm install
npm run build

How to release

This repository is under semantic release control. This means, commit messages will control the target version number of the new package.

Commit message format

Commit messageRelease type
fix: stop graphite breaking when too much pressure appliedPatch Fix Release
feat: add 'graphiteWidth' optionMinor Feature Release
perf: remove graphiteWidth optionBREAKING CHANGE: The graphiteWidth option has been removed.The default graphite width of 10mm is always used for performance reasons.Major Breaking Release (Note that the BREAKING CHANGE: token must be in the footer of the commit)

See here: https://github.com/semantic-release/semantic-release#how-does-it-work

1.3.1

2 years ago