0.0.2 • Published 4 months ago

generator-edyta v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

eDyta Generator

How to install

npm i -g generator-edyta

Migration

Serves for the database changes against the default database. For example if you would like to develop another feature there in the the eDyta Web API and you need to extend the database, this is the way, how to create a new table there.

  1. Go to eDyta Mysql DB directory (https://github.com/Edyta-app/edyta-db)
  2. yo edyta:migration
  3. Files are generated into ./changes/migrations/

Seed

Serves for seedeng data into database tables.

  1. Go to eDyta Mysql DB directory (https://github.com/Edyta-app/edyta-db)
  2. yo edyta:seed
  3. Files are generated into ./changes/seeds/
0.0.2

4 months ago

0.0.1

5 months ago