/coreutils

Nim rewrite of the GNU coreutils

Primary LanguageNimMIT LicenseMIT

coreutils

Build Status

This project is my learning project of Nim language, a Nim rewrite of the GNU coreutils.

Why?

I am a newbie for Nim language, sometimes I want to write production project using Nim, but I am not familiar with Nim language, stdlib, other libraries and build tools. So I think I need to write a learning project.

Build Instructions

Simply to build:

nimble build

To modify and quick build:

# install npm, gulp
gulp

License

coreutils is licensed under the MIT License - see the LICENSE file for details.