all repos — nifty @ 4d0d0181f89d922961769489893d44b6fb593b04

A tiny (pseudo) package manager and script runner.

Merge branch 'master' of github.com:h3rald/nifty into master
h3rald h3rald@h3rald.com
Sun, 25 Oct 2020 16:38:51 +0100
commit

4d0d0181f89d922961769489893d44b6fb593b04

parent

ab4efd81250a244fa47e70f42e2d5d6f141b50f1

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

jump to
M README.mdREADME.md

@@ -36,7 +36,7 @@ You can use your `nifty.json` to teach *nifty* new tricks, i.e. how to execute new commands on packages. Your commands look like... well, CLI commands, except that you can use placeholders like `{{name}}` and `{{src}}` in them for your package name, source, etc.

### Run on many different platforms and regardless of the type of project -*nifty* is a self-contained executable program written in {{nim -> [Nim](https://nim-lang.org)}} and runs on all platforms where Nim compiles. Also, unlike other package managers that are typically used within the context of one specific programming language (like [NPM](https://www.npmjs.com) for Javascript or [RubyGems](https://rubygems.org) for Ruby), *nifty* can be used in virtually any project, regardless of the programming language used. +*nifty* is a self-contained executable program written in [Nim](https://nim-lang.org) and runs on all platforms where Nim compiles. Also, unlike other package managers that are typically used within the context of one specific programming language (like [NPM](https://www.npmjs.com) for Javascript or [RubyGems](https://rubygems.org) for Ruby), *nifty* can be used in virtually any project, regardless of the programming language used. ## Usage