0.0.4 • Published 1 year ago
@funish/scaffolding v0.0.4
@funish/scaffolding
Programmatically build scaffolding, powered by Funish.
Getting started
# npm
$ npm install @funish/scaffolding
# yarn
$ yarn add @funish/scaffolding
# pnpm
$ pnpm add @funish/scaffolding
Usage
- You can see giget to fill in the
source
andoptions
parameters. target
is the path to the directory where the scaffolding is generated.- The context is an object that can be used in the template, you can see handlebars for more information.
import { createScaffolding } from "@funish/scaffolding";
createScaffolding(
source,
target,
{
// context, e.g. { foo: "bar" }
},
options,
);
Interfaces
See it on JSDoc.
License
0.0.4-edge.3
1 year ago
0.0.4-edge.7
1 year ago
0.0.4
1 year ago
0.0.4-edge.6
1 year ago
0.0.4-edge.5
1 year ago
0.0.4-edge.4
1 year ago
0.0.4-edge.2
1 year ago
0.0.4-edge.1
2 years ago
0.0.3
2 years ago
0.0.4-edge.0
2 years ago
0.0.3-edge.3
2 years ago
0.0.3-edge.2
2 years ago
0.0.3-edge.1
2 years ago
0.0.3-edge.0
2 years ago
0.0.2
2 years ago
0.0.2-edge.0
2 years ago
0.0.1
2 years ago
0.0.1-edge.1
2 years ago
0.0.1-edge.0
2 years ago
0.0.0
2 years ago