issues
search
NIPE-Solutions
/
flex-layout-migrator
This tool assists in migrating projects that use the deprecated Angular Flex-Layout library to CSS classes. The package is designed to be as flexible and customizable as possible to accommodate different migration scenarios.
MIT License
9
stars
3
forks
source link
Fine tuning for migration
#15
Closed
Cylop
closed
1 year ago
Cylop
commented
1 year ago
Implemented following things:
Only convert file extensions that are supported by the converter (default html and html)
Default property in context for attribute converter to check if the attribute is assigned via property binding syntax
Automatically format migrated files via prettier. Prettier will look for a prettier config, if a directory is provided.
Load .gitignore file and ignore patterns that matches
Updated README to reflect recent changes
Implemented following things: