0.1.2 • Published 4 years ago

@giraphy/giraphy-cli v0.1.2

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

!!!DEVELOPING!!!

Please do not install giraphy. This library is currently under development.

Stay tuned for the release!

Install giraphy

$ npm i -g giraphy-cli
$ giraphy init giraphy-example
$ cd giraphy-example
$ npm i 
cd giraphy-example

Write your first giraphy.yaml

database:
  type: MySQL
  version: 5.7
  host: 127.0.0.1
  user: root
  password: root
  database: example

Build your first schema-base.ts automatically

$ giraphy-cli rdbms build-schema

Write your first schema.ts

// TODO