# Wyatt - Package [![Powered by Mason](https://img.shields.io/endpoint?url=https%3A%2F%2Ftinyurl.com%2Fmason-badge)](https://github.com/felangel/mason) A package generator following Wyatt Studio convention. See [wyatt-packages][1] repository for more infos. ## Usage 🚀 ```sh mason make wyatt_package --package_name Analysis --description A new Wyatt package --flutter_only false ``` ## Variables ✨ | variable | description | default | type | | ------------------ | ---------------------------- | ------- | --------- | | `package_name` | Package name (without wyatt prefix) | package | `string` | | `description` | A short package description | A new Wyatt package | `string` | | `flutter_only` | Should generate a plugin (Flutter only) or a package (Dart and Flutter) | false | `boolean` | ## Prerequisite No prerequisites needed. [1]: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages