Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@accordproject/concerto-tools

Package Overview
Dependencies
Maintainers
6
Versions
697
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accordproject/concerto-tools - npm Package Compare versions

Comparing version 0.80.4-20191003235400 to 0.80.4-20191004004133

5

package.json
{
"name": "@accordproject/concerto-tools",
"version": "0.80.4-20191003235400",
"version": "0.80.4-20191004004133",
"description": "Tools for the Concerto Modeling Language",
"homepage": "https://github.com/accordproject/concerto",
"engines": {

@@ -58,3 +59,3 @@ "node": ">=8",

"dependencies": {
"@accordproject/concerto-core": "0.80.4-20191003235400",
"@accordproject/concerto-core": "0.80.4-20191004004133",
"debug": "4.1.1",

@@ -61,0 +62,0 @@ "mkdirp": "0.5.1",

43

README.md

@@ -7,46 +7,5 @@ # Concerto Tools

```
npm install -g @accordproject/concerto-tools
npm install @accordproject/concerto-tools --save
```
## Code Generation
The code generators take an array of local CTO files, download any external dependencies (imports) and then convert all the model
in the `ModelManager` to the target format.
### Go Lang
```
node cli.js generate --ctoFiles modelfile.cto --format Go
```
### Plant UML
```
node cli.js generate --ctoFiles modelfile.cto --format PlantUML
```
### Typescript
```
node cli.js generate --ctoFiles modelfile.cto --format Typescript
```
### Java
```
node cli.js generate --ctoFiles modelfile.cto --format Java
```
### JSONSchema
```
node cli.js generate --ctoFiles modelfile.cto --format JSONSchema
```
### XMLSchema
```
node cli.js generate --ctoFiles modelfile.cto --format XMLSchema
```
## License <a name="license"></a>

@@ -53,0 +12,0 @@

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc