actions-marketplace-validations/tw5-plugin-packer
Pack up your TiddlyWiki5 plugin folders to JSON files.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| source | The root directory of your plugin. You can add multiple paths in the form of one per line. | yes | — |
| output | The output path of the packed plugin files, default to "output". | no | output |
| minify | Wheter to minify js and css tiddlers, default to "true". | no | true |
| uglifyjs-options | JSON string of options for UglifyJS. See readme for default values. | no | "" |
| cleancss-options | JSON string of options for CleanCSS. See readme for default values. | no | "" |
Outputs
| name | description |
|---|---|
| output-plugins | The JSON file path of the successfully exported plugin, stored as an array of strings in JSON format. |