@anthonypena/create
v0.2.0
Published
Basic CLI template
Readme
@anthonypena/create
Basic usage
Create a lib
pnpm create @anthonypena --template lib-tsCreate a CLI
pnpm create @anthonypena --template cli-tsDocs
--template <template name> or --template=<template name> or -t <template name> or -t=<template name>
Specify template to use from: cli-ts, lib-ts.
--root <path> or --root=<path> or -r <path> or -r=<path>
Specify the project folder to use. Give a relative path or absolute path.
--name <name> or --name=<name> or -n <name> or -n=<name>
Specify the project name. If omit, will use the root folder name.
--dry
Print actions but do nothing.
--debug
Print more informations.
