@catch42/clipr

```ts /cp.cli.js import { promisify } from 'util' import { copy } from 'fs' import { Command } from 'clipp'

Usage no npm install needed!

<script type="module">
  import catch42Clipr from 'https://cdn.skypack.dev/@catch42/clipr';
</script>

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