1.0.4 • Published 2 years ago

fb-add-template v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

fb-add-template

a template constructor cli

usage

usage: add-template <template-name>

template example

.template
  <template-name>
    .meta.(json|js)
    <template-files>

.meta file

interface MetaFile {
  insertAt: string;
  files: string[];
  postCreationActions?: string[];
  prompts: Array<prompts.PromptObject>;
  defaultPlaceholders?: Record<string, any>;
}

you can find prompts at https://www.npmjs.com/package/prompts

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago