@catch42/clipr
v2.5.24
Published
```ts /cp.cli.js import { promisify } from 'util' import { copy } from 'fs' import { Command } from 'clipp'
Downloads
48
Readme
clipr
Helper to write and run terminal apps in Typescript.
Install
npm install --global @catch42/clipr
Usage
clipr app foo
cd foo
clipr run
Examples
Hello world
Open src/commands/main.command.ts