Skip to content

Commit

Permalink
Version 0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Jul 14, 2019
1 parent 8f92f8a commit e5add25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
23 changes: 7 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,16 @@ TODO: field groups and collections.
This project provides scripts to make UI-models for [Evolutility-UI-React](https://github.com/evoluteur/evolutility-ui-react) and DB-models for [Evolutility-Server-Node](https://github.com/evoluteur/evolutility-server-node) from models.

```bash
node js/models-ui.js
# DB and UI models
npm run models

```


Make back-end models (with only back-end metadata) for [Evolutility-Server-Node](https://github.com/evoluteur/evolutility-server-node):

```bash
node js/models-db.js
## UI models
npm run models_ui

```

For both:

```bash
node js/models-db.js && node js/models-ui.js

```
## DB models
npm run models_db

```

Generated models are saved in the directories "models-ui" and "models-db". The list of "full" models to generate from is specified in "/models/all_models.js".

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evolutility-models",
"version": "0.1.1",
"version": "0.1.2",
"description": "Models for Evolutility",
"license": "MIT",
"homepage": "https://github.com/evoluteur/evolutility-models",
Expand Down

0 comments on commit e5add25

Please sign in to comment.