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
```ts /cp.cli.js import { promisify } from 'util' import { copy } from 'fs' import { Command } from 'clipp'
<script type="module">
import catch42Clipr from 'https://cdn.skypack.dev/@catch42/clipr';
</script>
Helper to write and run terminal apps in Typescript.
npm install --global @catch42/clipr
clipr app foo
cd foo
clipr run
Open src/commands/main.command.ts