eecs448-project-4/flaps
2020-11-01 12:50:03 -06:00
..
auth.json Initial commit of framework 2020-11-01 12:50:03 -06:00
config.json Initial commit of framework 2020-11-01 12:50:03 -06:00
database.json Initial commit of framework 2020-11-01 12:50:03 -06:00
express.json Initial commit of framework 2020-11-01 12:50:03 -06:00
flap.json Initial commit of framework 2020-11-01 12:50:03 -06:00
middleware.json Initial commit of framework 2020-11-01 12:50:03 -06:00
README.md Initial commit of framework 2020-11-01 12:50:03 -06:00
utility.json Initial commit of framework 2020-11-01 12:50:03 -06:00
views.json Initial commit of framework 2020-11-01 12:50:03 -06:00

Flitter-Flap is an experimental code migration tool. It's goal is to write migrations for your codebase itself. That way, when core libraries like Flitter are updated, breaking changes can be accounted for in the migrations.

It's still a work in progress, so use it with caution. Try node flitter flap to get started. Migrations are provided by library packages. Each library package gets its own .json file in this directory to keep track of the migrations that have been applied.

Unless you really know what you're doing, you shouldn't modify these files. Otherwise, Flap might try to migrate something twice, or skip a migration.

https://flitter.garrettmills.dev/tutorial-getting-started-6.html