Skip to content

🔨 Builder for custom pencil stencil collections 📝

License

Notifications You must be signed in to change notification settings

mkinitcpio/pencil-stencil-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pencil-stencil-builder

Builder for custom pencil stencil collections. Separate every shape that you want: builder will merge all figures into single file "Definition.xml".

Note

Project in active development!

Installation

npm i pencil-stencil-builder

Config

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.

Commands

Build project in buildDir from psb.config.json

psb build

Watch changes and rebuild project in rootDir from psb.config.json

psb watch

Todo

  • Readme
  • Build feature
  • Watch feature
  • Packaging for distribution feature
  • Resolve icons path

About

🔨 Builder for custom pencil stencil collections 📝

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published