Builder for custom pencil stencil collections. Separate every shape that you want: builder will merge all figures into single file "Definition.xml".
Project in active development!
npm i pencil-stencil-builder
Create config psb.config.json into root project folder:
{
"rootDir": "path to src dir",
"buildDir": "path where need to build source",
"packDir": "path where need to pack build files",
"stencilMetadata": {
"id": "",
"displayName": "",
"description": "",
"author":"",
"url":""
}
}
All fields from config file are optional.
Build project in buildDir from psb.config.json
psb build
Watch changes and rebuild project in rootDir from psb.config.json
psb watch
- Readme
Build featureWatch feature- Packaging for distribution feature
- Resolve icons path