The official package manager of the Swirl programming language.
- A working NIM installation
- At least one brain cell
- clone (or download the zip and extract):
git clone https://github.com/SwirlLang/tornado.git
- change directory:
cd tornado
- compile:
nim -d:release -d:danger -d:strip --opt:speed -d:ssl c tornado.nim
- get help:
./tornado --help
- Getting help:
./tornado --help
- Install packages:
./tornado install PACKAGE_NAME1 PACKAGE_NAME2
- Uninstall packages :
./tornado remove PACKAGE_NAME1 PACKAGE_NAME2
- Search for packages:
./tornado query PACKAGE_NAME1 PACKAGE_NAME2
- Create a package:
./tornado init
This software comes under the GPLv3 and later license. See license.md for more info.
Software comes as is, without any guarantee.