v1.3.1: CLI Plugin Flag
Added
- CLI Plugin Injection: Added the
-p, --plugin <path>flag to thelintandtestCLI commands. You can now load custom rules on the fly directly from the terminal without having to modifyconfig.smile.json(e.g.,smile lint ./api.yaml --plugin ./my-plugin.js).
Docs
- CLI Options: Explicitly listed CLI options (
--format,--quiet,--plugin,--header) indocs/getting-started.md. - Documentation Hub: Completely revamped
docs/README.mdto act as an organized hub linking all new guides (Plugins, Library API, Configuration, CI/CD).
📦 Installation
npm install -g @mrjacket/smileView Full CHANGELOG