- 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.
- Update main in license file.
- Use
deno task run
to run project. - Use
deno task build
to build project. - Use
deno task
to see all task list.
NOTE: Before install this package, you should have this and that.
- Download standalone binary from releases.
- Move downloaded file to path
- Or you can download source code and compile on your own.
app-name [arg1] [arg2]
--help
to print help.--version
to print app version.
- You may use cliffy for cli table, prompt etc. (already included in import maps)
- For date format you may use this.
The MIT License (MIT). Please see License File for more information.