Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 420 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 420 Bytes

Puggle presets

My personal presets for puggle.

Presets

Future explorations

  • Move back to plugins but in this repo?
  • jsx-based syntax for VFile & VDir structures
root.addChild(
  <VFile name="README.md" contents={targetName} />,
  <VDir name="src">
    <VFile name=".env" contents="NODE_ENV=development" />
  </VDir>
)