935 B
935 B
Wyatt - Package
A package generator following Wyatt Studio convention. See wyatt-packages repository for more infos.
Usage 🚀
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.