Skip to content

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

License

Notifications You must be signed in to change notification settings

openclams/clams-ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages