Skip to content

Commit

Permalink
Updates to workspace configs
Browse files Browse the repository at this point in the history
  • Loading branch information
surilindur committed Sep 30, 2024
1 parent 41fd78e commit 673268d
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 12,501 deletions.
2 changes: 1 addition & 1 deletion .componentsjs-generator-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"Map",
"Set"
]
}
}
60 changes: 0 additions & 60 deletions .eslintrc.json

This file was deleted.

17 changes: 17 additions & 0 deletions .github/assets/comunica.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<p align="center">
<a href="https://comunica.dev/">
<img alt="Comunica" src="https://comunica.dev/img/comunica_red.svg" width="200">
</a>
</p>

<p align="center">
<strong>Work-in-Progress Components for Comunica</strong>
<img src="./.github/assets/comunica.svg" width="500">
</p>

<p align="center">
Expand All @@ -14,7 +8,9 @@
<a href="https://opensource.org/licenses/MIT"><img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg"></a>
</p>

This is a monorepository that contains various work-in-progress components for [Comunica](https://github.com/comunica/comunica) and is not intended for actual use. If you wish to learn more about Comunica or actually use it, please refer to [its website](https://comunica.dev/). The following components reside here.
This is a collection of experimental components for [Comunica](https://github.com/comunica/comunica),
created only for various experiments, not for actual use.
If you wish to learn more about Comunica or actually use it, please refer to [its website](https://comunica.dev/).

Components for membership metadata handling:

Expand Down Expand Up @@ -51,7 +47,9 @@ There are no unit tests and nothing is guaranteed to function as one would expec

## Using Local Comunica

This project can be set to use local [Comunica](https://github.com/comunica/comunica), [Comunica Solid](https://github.com/comunica/comunica-feature-solid) and [Comunica Link Traversal](https://github.com/comunica/comunica-feature-link-traversal):
This project can be set to use local [Comunica](https://github.com/comunica/comunica),
[Comunica Solid](https://github.com/comunica/comunica-feature-solid) and
[Comunica Link Traversal](https://github.com/comunica/comunica-feature-link-traversal):

```
.../comunica
Expand All @@ -78,8 +76,10 @@ Afterwards, all the projects should be set up using `yarn install`.

## Issues

Please feel free to report any issues on the GitHub issue tracker, but do note that none of these components are intended for real use at this stage and are therefore not tested properly.
Please feel free to report any issues on the GitHub issue tracker,
but do note that none of these components are intended for real use.

## License

This code is copyrighted by [Ghent University – imec](http://idlab.ugent.be/) and released under the [MIT license](http://opensource.org/licenses/MIT).
This code is copyrighted by [Ghent University – imec](http://idlab.ugent.be/) and
released under the [MIT license](http://opensource.org/licenses/MIT).
13 changes: 13 additions & 0 deletions eslint.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
const config = require('@rubensworks/eslint-config');

module.exports = config([
{
files: [ '**/*.ts' ],
languageOptions: {
parserOptions: {
tsconfigRootDir: __dirname,
project: [ './tsconfig.eslint.json' ],
},
},
},
]);
11 changes: 0 additions & 11 deletions lerna.json

This file was deleted.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "comunica-components",
"version": "0.0.0",
"description": "Various work-in-progress components for Comunica",
"description": "Experimental components for Comunica",
"repository": "https://github.com/surilindur/comunica-components",
"packageManager": "yarn@4.1.1",
"packageManager": "yarn@4.5.0",
"license": "MIT",
"private": true,
"workspaces": [
Expand All @@ -16,15 +15,16 @@
"build": "yarn build:ts && yarn build:components && yarn build:bundles",
"build:ts": "tsc",
"build:components": "componentsjs-generator engines/* packages/*",
"build:bundles": "lerna run prepare"
"build:engines": "yarn workspaces foreach --all --filter 'engines/*' run prepare"
},
"devDependencies": {
"@rdfjs/types": "*",
"@rubensworks/eslint-config": "^2.0.0",
"@rubensworks/eslint-config": "^3.0.0",
"componentsjs-generator": "^3.0.0",
"eslint": "8.48.0",
"lerna": "^7.0.0",
"rdf-js": "^4.0.0",
"eslint": "8.0.0",
"typescript": "^5.0.0"
},
"resolutions": {
"@rdfjs/types": "1.1.2"
}
}
}
Loading

0 comments on commit 673268d

Please sign in to comment.