lightning-rs icon indicating copy to clipboard operation
lightning-rs copied to clipboard

Create <template> items with `lx create`

Open chriskrycho opened this issue 8 years ago • 0 comments

I want to be able to type lx create post --draft or lx create page or lx create poem or whatever else I define, and have it generate a custom template with the relevant bits pre-populated.

  • [ ] get list of templates in source directory (from config)
  • [ ] match to template specified or default (from config)
  • [ ] generate the new file (#17)

chriskrycho avatar Dec 28 '16 15:12 chriskrycho