Back to home

ts-cli-tool/

command

Version: 0.1.1

Last Updated: Unknown


Ts-cli-tool - Command

Use this tempalate to used to generate a scaffold for tools using commander cli.

Required

VariableData TypeInfo
typestringThe name of the Lift folder type
pkgstringThe name of the package

Module files

1import prompts from "prompts";
2
3import { opts } from "../../utils/opts";
4
5export const <%= name %>Impl = (): void => {
6 console.log('Running <%= name %>...')
7
8 // TODO: add implementation
9
10 console.log('Complete')
11};

Install


Lift generate


Repository

https://github.com/okeeffed/pkg-lift-ts-cli-tool

Sections