0.0.4 • Published 10 months 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/scaffoldingUsage
- You can see giget to fill in the
sourceandoptionsparameters. targetis 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.5-edge.1
10 months ago
0.0.4-edge.3
2 years ago
0.0.4-edge.7
2 years ago
0.0.4
2 years ago
0.0.4-edge.6
2 years ago
0.0.4-edge.5
2 years ago
0.0.4-edge.4
2 years ago
0.0.4-edge.2
2 years ago
0.0.4-edge.1
2 years ago
0.0.3
3 years ago
0.0.4-edge.0
3 years ago
0.0.3-edge.3
3 years ago
0.0.3-edge.2
3 years ago
0.0.3-edge.1
3 years ago
0.0.3-edge.0
3 years ago
0.0.2
3 years ago
0.0.2-edge.0
3 years ago
0.0.1
3 years ago
0.0.1-edge.1
3 years ago
0.0.1-edge.0
3 years ago
0.0.0
3 years ago