coreutils

Cross-platform Deno Rewrite of the GNU Coreutils πŸ¦•

Install

Any of the options here will require that you have Deno Installed.

We are currently working on provide binaries on #27 πŸ“¦

While Node.js support is not a principal goal we plan to support it, #34 πŸ‘€

All commands

Linux

curl -fsSL https://deno.land/x/coreutils/scripts/install.sh | sh
wget -O - https://deno.land/x/coreutils/scripts/install.sh | sh

Windows

Still a WIP, if you are interested in helping check the issue #36 πŸš€

PowerShell user needed! 😩

Individual commands

This is equal on Windows and Linux

deno install -n jsyes https://deno.land/x/coreutils/commands/yes/yes.ts

Deno Docs

Usage

If you use the method that install all the commands together you can invoke them as the normal coreutils commands + the js prefix, example πŸ‘‡

jsyes # yes equivalent

Contributing

This project is actively looking for contributors! ⭐

Check the contribution docs and the issue #35 for more info 🏹

Support

Open an Issue, I will check it a soon as possible πŸ‘€

If you want to hurry me up a bit send me a tweet πŸ˜†

Consider supporting me on Patreon if you like my work πŸ™

Don’t forget to start the repo ⭐

Authors

Eliaz Bobadilla - Creator and Maintainer πŸ’ͺ

See also the full list of contributors who participated in this project ✨

Licence

Licensed under the MIT License πŸ“„