Skip to content

Commit

Permalink
feat(*): monorepo migration - cleanup packages and references (#639)
Browse files Browse the repository at this point in the history
* feat(*): removes package concerto-cli

Signed-off-by: jonathan.casey <[email protected]>

* feat(*): removes package concerto-tools

Signed-off-by: jonathan.casey <[email protected]>

* feat(*): removes package concerto-metamodel

Signed-off-by: jonathan.casey <[email protected]>

* chore(*): updates README.md

Signed-off-by: jonathan.casey <[email protected]>

---------

Signed-off-by: jonathan.casey <[email protected]>
  • Loading branch information
jonathan-casey authored Apr 25, 2023
1 parent 892a423 commit 9009e82
Show file tree
Hide file tree
Showing 207 changed files with 0 additions and 358,073 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,8 @@ $ concerto compare --old model.cto --new model-with-changes.cto
## Structure of the Code

Top level repository (concerto), with sub packages. Each sub-package is published as an independent npm module using `lerna`:
* [concerto-cli](https://github.com/accordproject/concerto/tree/master/packages/concerto-cli) : command-line interface for Concerto
* [concerto-core](https://github.com/accordproject/concerto/tree/master/packages/concerto-core) : core library for model management/parsing/validation/serialization
* [concerto-tools](https://github.com/accordproject/concerto/tree/master/packages/concerto-tools) : model converters and tools for Concerto model files
* [concerto-util](https://github.com/accordproject/concerto/tree/master/packages/concerto-util) : contains utility functions used in other parts of the code and fundamentally independent from Concerto as a modeling language
* [concerto-metamodel](https://github.com/accordproject/concerto/tree/master/packages/concerto-metamodel) : contains utility functions for accessing and manipulating the new Concerto metamodel
* [concerto-cto](https://github.com/accordproject/concerto/tree/master/packages/concerto-cto) : contains the parser for the .cto syntax for Concerto. The parser now outputs a proper Concerto object, instance of the metamodel rather than a custom JSON object.
* [concerto-vocabulary](https://github.com/accordproject/concerto/tree/master/packages/concerto-vocabulary) : functionality to handle model vocabularies and localization
* [concerto-analysis](https://github.com/accordproject/concerto/tree/master/packages/concerto-analysis) : tools for comparing model files
Expand Down
22 changes: 0 additions & 22 deletions packages/concerto-cli/.eslintignore

This file was deleted.

47 changes: 0 additions & 47 deletions packages/concerto-cli/.eslintrc.yml

This file was deleted.

11 changes: 0 additions & 11 deletions packages/concerto-cli/HEADER

This file was deleted.

2 changes: 0 additions & 2 deletions packages/concerto-cli/HEADER.md

This file was deleted.

114 changes: 0 additions & 114 deletions packages/concerto-cli/README.md

This file was deleted.

Loading

0 comments on commit 9009e82

Please sign in to comment.