-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from Informatievlaanderen/SDTT-345-Create-a-mo…
…norepo-setup-for-the-CI-scripts-of-the-OSLO-toolchain Sdtt 345 create a monorepo setup for the ci scripts of the oslo toolchain
- Loading branch information
Showing
100 changed files
with
426 additions
and
113,950 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,6 @@ | ||
**/node_modules | ||
|
||
**/lib/**/*.d.ts | ||
**/lib/**/*.js | ||
**/test/**/*.d.ts | ||
**/test/**/*.js | ||
**/bin/**/*.d.ts | ||
**/bin/**/*.js | ||
**/index.js | ||
**/index.d.ts | ||
.vscode | ||
lerna-debug.log | ||
.eslintcache | ||
**/data/** | ||
**/data/** | ||
yarn.lock |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"endOfLine": "lf", | ||
"semi": true, | ||
"singleQuote": true, | ||
"useTabs": false, | ||
"tabWidth": 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1 @@ | ||
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) | ||
![Build status](https://github.com/informatievlaanderen/OSLO-SpecificationGenerator/actions/workflows/ci.yml/badge.svg) | ||
|
||
# OSLO SpecificationGenerator | ||
|
||
> The OSLO specification generator is a collection of tools to generate various artifacts based on the output of the OSLO tool EA-to-RDFn such as an HTML page, JSON-LD context and SHACL template. | ||
## Packages | ||
|
||
### HTML Generator | ||
|
||
Generates an HTML page that must be rendered by a static Web server and has data.vlaanderen.be as its main target. | ||
|
||
> Usage is explained [here](https://github.com/Informatievlaanderen/OSLO-SpecificationGenerator/tree/master/packages/oslo-generator-html) | ||
### Context Generator | ||
|
||
Generates a JSON-LD context file. | ||
|
||
> Usage is explained [here](https://github.com/Informatievlaanderen/OSLO-SpecificationGenerator/tree/master/packages/oslo-generator-jsonld) | ||
### Mu-config Generator | ||
|
||
Generates a mu-semtech-project configuration based on the JSON-LD of your specification. | ||
|
||
> Usage is explained [here](https://github.com/Informatievlaanderen/OSLO-SpecificationGenerator/tree/master/packages/oslo-generator-mu-config) | ||
### SHACL Generator | ||
|
||
Generates a SHACL template based on the specification | ||
|
||
> Usage is explained [here](https://github.com/Informatievlaanderen/OSLO-SpecificationGenerator/tree/master/packages/oslo-generator-shacl) | ||
### Vocabulary Generator | ||
|
||
Generates a JSON-LD vocabulary file | ||
|
||
> Usage is explained [here](https://github.com/Informatievlaanderen/OSLO-SpecificationGenerator/tree/master/packages/oslo-generator-vocabulary) | ||
### Translator | ||
|
||
Generates a translation file and then merges it with the original specification. | ||
|
||
> Usage is explained [here](https://github.com/Informatievlaanderen/OSLO-SpecificationGenerator/tree/master/packages/oslo-translator-report) | ||
### OSLO Types | ||
|
||
Contains the types used in the packages. | ||
|
||
> More info [here](https://github.com/Informatievlaanderen/OSLO-SpecificationGenerator/tree/master/packages/oslo-types) | ||
## License | ||
|
||
OSLO SpecificationGenerator is written and maintained by the [Open Standards for Linked Organizations (OSLO) team](https://data.vlaanderen.be) and released under the [MIT License](http://opensource.org/licenses/MIT) | ||
|
||
|
||
TODO: Create documentation about new setup of LERNA as well as link to the older branches |
Oops, something went wrong.