You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Garrett Mills ad0abe5b84
Initial commit of framework
4 years ago
..
README.md Initial commit of framework 4 years ago
auth.json Initial commit of framework 4 years ago
config.json Initial commit of framework 4 years ago
database.json Initial commit of framework 4 years ago
express.json Initial commit of framework 4 years ago
flap.json Initial commit of framework 4 years ago
middleware.json Initial commit of framework 4 years ago
utility.json Initial commit of framework 4 years ago
views.json Initial commit of framework 4 years ago

README.md

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