all repos — nifty @ 4ba5cde2149f7584441b894d38ac59a41eb7672e

A tiny (pseudo) package manager and script runner.

Merge branch 'master' of https://github.com/h3rald/nifty
h3rald h3rald@h3rald.com
Sun, 21 Oct 2018 15:03:00 +0200
commit

4ba5cde2149f7584441b894d38ac59a41eb7672e

parent

06a99ed582a7595df95c23497cbde86728d3587f

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M README.mdREADME.md

@@ -1,5 +1,6 @@

[![Nimble](https://raw.githubusercontent.com/yglukhov/nimble-tag/master/nimble.png)](https://github.com/h3rald/nifty) +![nim](https://img.shields.io/badge/nim-powered-yellow.svg?link=https://nim-lang-org) [![Release](https://img.shields.io/github/release/h3rald/nifty.svg)](https://github.com/h3rald/nifty) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/h3rald/nifty/master/LICENSE)

@@ -49,3 +50,5 @@ * `nifty unmap <package>` &middot; Unmaps the previously-mapped package <package>.

* `nifty update` &middot; Updates the command definitions for the current project and migrate nifty.json file (if necessary). * `nifty install [<package>]` &middot; Installs the specified package (or all mapped packages) to the storage directory. * `nifty upgrade [<package>]` &middot; Upgrades the specified previously-installed package (or all packages). + +&rarr; For more information, see the [Nifty User Guide](https://h3rald.com/nifty/Nifty_UserGuide.htm).