all repos — nifty @ 1a5463d368295a9b441f0ac6bad18be23293161a

A tiny (pseudo) package manager and script runner.

Merge pull request #2 from AvdN/patch-1

Removed curly braces and ->
Fabio Cevasco h3rald@h3rald.com
Tue, 29 Sep 2020 12:21:46 +0200
commit

1a5463d368295a9b441f0ac6bad18be23293161a

parent

fb3f1b6aec53a432d8c0182b761099979d0cf133

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