mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 09:32:41 +00:00
docs: update readme
This commit is contained in:
15
README.md
15
README.md
@@ -1,4 +1,9 @@
|
|||||||
# README
|
# @openstapps/core
|
||||||
|
|
||||||
|
[](https://gitlab.com/openstapps/core/commits/master)
|
||||||
|
[](https://npmjs.com/package/@openstapps/core)
|
||||||
|
[](https://www.gnu.org/licenses/gpl-3.0.en.html)
|
||||||
|
[](https://openstapps.gitlab.io/core)
|
||||||
|
|
||||||
StAppsCore - Generalized model of data
|
StAppsCore - Generalized model of data
|
||||||
|
|
||||||
@@ -16,3 +21,11 @@ Data sources of the same type of data are assigned to the same SC-type.
|
|||||||
* It must be platform- and software-independent.
|
* It must be platform- and software-independent.
|
||||||
* Search interface must be clearly specified that different working groups with different search tools can retrieve the same search results.
|
* Search interface must be clearly specified that different working groups with different search tools can retrieve the same search results.
|
||||||
* Must be expandable.
|
* Must be expandable.
|
||||||
|
|
||||||
|
### Generate documentation for routes
|
||||||
|
|
||||||
|
To generate a documentation for the routes use the following command.
|
||||||
|
|
||||||
|
```shell
|
||||||
|
node --require ts-node/register src/cli.ts routes PATH/TO/ROUTES.md
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user