undulate
v0.1.0
Published
Package manager for Lua
Downloads
2
Readme
Undulate
Package manager targeted at simple Lua-only libraries.
Installation
Requires Node.js 6 or newer.
npm install undulate
Usage
und install [user]/[package][@tag]
This installs the package [user]/[package]
from GitHub into the lib
directory relative to the current working directory. tag
is optional, and defaults to master
.