Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 784 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 784 Bytes

clams-ml

The Clams modeling language. A package that contains the clams data model for modleing and exchanging of cloud applications.

Build

npm run build

Test

npm run test

Include ClamsML to own Project

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