1.1.0 • Published 1 year ago

figgywriter v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

General goal

This is a package to write files generated from figgy directly into your code :-) I hope it will improve your development flow

Getting started

Just start figgywriter server

npx figgywriter

If you want the change server port

npx figgywriter -p 3005 #to run on port 3005

Customize paths

Generation path can be customized from an .figgy.config.json file.

  1. create a .figgy.config.json file in the folder you execute figgywriter
  2. update the variables you want to overwrite

Here are the variables you can customize

{
   "port": "34449",
   "COMPONENTS_FOLDER": "figgy/components",
   "STYLES_FOLDER": "figgy/styles",
   "IMAGE_FOLDER": "figgy/images",
   "fieldsToInterpolate": {
      "{{IMAGES_PATH}}": "/images/"
   }
}
1.1.0

1 year ago

1.0.2

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago