@monaxlabs/spec
Advanced tools
Weekly downloads
Readme
This repo contains a number of computable specs for the Monax Labs including Aspen.
OpenAPI spec for our APIs can be found in the api/
directory and custom specifications for our contracts can be found under contracts/
.
pkg/@monaxlabs/spec
├── apis
│ ├── identity.json
│ ├── publishing.json
│ └── trading.json
├── contracts
│ ├── deployments.json
│ └── manifest.json
├── node_modules
├── package.json
├── README.md
└── yarn.lock
This project requires NodeJS (version 8 or later) with NPM or the Yarn package manader. Node NPM and are really easy to install while a good start to the Yarn ecosystem can be found here
BEFORE YOU INSTALL: please read the prerequisites
$ git clone https://github.com/monax/aspen.git
$ cd pkg
$ cd spec
To install and set up the library, run:
$ npm install -S @monaxlabs/spec
Or if you prefer using Yarn:
$ yarn add --dev @monaxlabs/spec
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See the manifest.json
and deployment.json
folders to see how they work and how you can use them in your project.
git checkout -b my-new-feature
git add .
git commit -am 'Add some feature'
git push origin my-new-feature
FAQs
Unknown package
The npm package @monaxlabs/spec receives a total of 427 weekly downloads. As such, @monaxlabs/spec popularity was classified as not popular.
We found that @monaxlabs/spec demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.