Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 929 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 929 Bytes

Examples

This folder contains examples of how to use this library.

Config files

The following are minimal example config files:

If you want to include external migrations, check out these examples:

  • With url
  • With GitHub API - this example uses the github api to get the folder content and parse migration files from it.
  • With custom templates - this example uses custom templates and shows how to deal with custom abstract classes.

Migration files

Seed files