1.0.0 • Published 6 years ago
@denorg/starter v1.0.0
🏁 Deno Starter
This is a starter template for building Deno packages, with GitHub Actions CI, tests, and a CLI.
⭐ Getting started
Import the mode function and use it:
import { mode } from "https://raw.githubusercontent.com/denorg/starter/master/mod.ts";
const result = mode();CLI with DPX
After installing DPX, you can directly use the CLI using the dpx command:
dpx --allow-read starter <arguments>CLI
Alternatively, you can use it directly from the CLI by using deno run:
deno run --allow-read https://raw.githubusercontent.com/denorg/starter/master/cli.ts <arguments>You can also install it globally using the following:
deno install --allow-read -n starter https://raw.githubusercontent.com/denorg/starter/master/cli.tsThen, the package is available to run:
starter <arguments>Configuration
Required permissions:
--allow-read
👩💻 Development
Run tests:
deno test --allow-read📄 License
MIT © Denorg
1.0.0
6 years ago