denoBin is an attempt to try cross-platform scripting and filesystem manipulation using Deno's API and Standard Library
The stdlib provides most everything you would expect in a stdlib.
To initialize this project as a Deno project, I used a few commands:
deno init
- Add
./README.md
- Initialized completion for the
deno
binary by callingdeno completions <shell_name>
. _I usepwsh
so my command wasdeno completions powershell | Out-File "./_deno.ps1" -encoding utf8
gitignore deno >> .gitignore
This command fetches a deno gitignore template and dumps it in the./.gitignore
file. Installable thruscoop install gitignore
- Get more familiar with Deno stdlib.
- Incorporate the Cliffy module for CLI creation
Check deno.land/x for a rundown of the most popular Deno Third-Party Modules
-
Markdown This module relies on an outdated version of Deno
-
rimbu Immutable collections for Typescript.
See IDEAS for library ideas.
Also check out the wiki