The Clams modeling language. A package that contains the clams data model for modleing and exchanging of cloud applications.
npm run build
npm run test
Include into your package.json the following dependency
"dependencies": {
"@openclams/clams-ml": "^1.6.3",
}
Add .npmrc
file to project root with following content:
registry=https://npm.pkg.github.com/openclams
//npm.pkg.github.com/:_authToken=YOUR_PERSONAL_AUTH_TOKEN
to generate YOUR_PERSONAL_AUTH_TOKEN
, visit GitHub Settings/Tokens and select the read:packages
scope.
After copy and pasting the token, you should be able to install the package via npm install