semiherdogan / deno-cli-app-skeleton

Template project for deno cli apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

:app name:

Development steps

  • Update APP_NAME variable in .github/workflows/build-and-release.yml.
  • Update AppName variable in src/constants.ts.
  • Update help string in src/mod.ts.
  • Use deno task run to run project.
  • Use deno task build to build project.
  • Use deno task to see all task list.

Installation

NOTE: Before install this package, you should have this and that.

  • Download standalone binary for apple from releases.
  • Move downloaded file to path
  • Or you can download source code and compile on your own.

Usage

app-name [arg1] [arg2]

  • --help to print help.
  • --version to print app version.

License

The MIT License (MIT). Please see License File for more information.

About

Template project for deno cli apps

License:MIT License


Languages

Language:TypeScript 100.0%