@navalarchitect/test-lib2
v1.0.1
Published
A library which provides a basic constraint solver for the Naval Architect platform.
Downloads
2
Readme
Description
This library provides a basic constraint solver for the Naval Architect platform.
Installation
$ npm install
Test
# unit tests
$ npm run test
# test coverage
$ npm run test:cov
Development
Semantic Release
???
Gitflow
We use Gitflow as the preferred Git workflow. For more information see: https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow
Deployment
- what else?
- scope
- gitlab:
- npm: https://zellwk.com/blog/publish-to-npm/
Inspiration
- https://www.mattkeeter.com/projects/constraints/
- http://www.sagemath.org/
- https://www.optaplanner.org/
Based on
- https://github.com/alexjoverm/typescript-library-starter
- https://github.com/bitjson/typescript-starter
- https://www.exclamationlabs.com/blog/continuous-deployment-to-npm-using-gitlab-ci/