Skip to content

Commit

Permalink
Upgrade major liftoff version
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Nov 24, 2021
1 parent 84be769 commit b7db27e
Show file tree
Hide file tree
Showing 7 changed files with 96 additions and 1,169 deletions.
8 changes: 5 additions & 3 deletions bin/plop.js
Expand Up @@ -4,12 +4,14 @@ import { Plop, run } from "../src/plop.js";
import minimist from "minimist";
const argv = minimist(args);

Plop.launch(
Plop.prepare(
{
cwd: argv.cwd,
preload: argv.preload || [],
configPath: argv.plopfile,
require: argv.require,
completion: argv.completion,
},
run
function (env) {
Plop.execute(env, run);
}
);

0 comments on commit b7db27e

Please sign in to comment.