1.0.3 • Published 5 years ago
ductron v1.0.3
Ductron
Keep your xml files lean and clean
Ductron scans your XML view files for unused namespaces and deletes them.
Features
- Scan your project for unused xml namespace in your views
- Let it fix your xml views by deleting unused namespaces
Installation
Install Globally
npm install -g ductronInstall Locally
npm install ductronUsage
ductron scan --fixInitiate a config file:
ductron initThis wil automaticly generate a ductronrc.json file in de root of the project. This file contains some default setting wich you could overwrite.