0.1.1 • Published 1 year ago
idea-frui v0.1.1
💡 Idea FRUI
Transforms ideas to implemented FRUI code.
Install
$ npm i idea-frui
Usage
In your .idea
file, add the following plugin settings.
plugin "idea-frui" {
lang "ts"
output "./modules/[name]/components"
}
Configurations
Name | Type | Description |
---|---|---|
lang | string | transforms to js or ts |
output | string | path to put generated FRUI code |