figgywriter
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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/"
   }
}

Dependencies (2)

Dev Dependencies (3)

Package Sidebar

Install

npm i figgywriter

Weekly Downloads

6

Version

1.1.0

License

ISC

Unpacked Size

31.1 kB

Total Files

9

Last publish

Collaborators

  • popout