repository
0.0.0-20240501082806-5324b65d67d7
Repository: https://github.com/soupfoo/nucore.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
nucore
A minimal implementation of some *nix coreutils
Installation
Build from source:
Required: Go compiler (>=v1.21)
sh build.sh
Alternatively, you can run go install ./cmd/*
to install all the tools to $HOME/go/bin
.
License
nucore is licensed under the MIT license. See LICENSE for details.