0.1.0 • Published 10 years ago
ung v0.1.0
ung
A static resources manager.
Installation
$ npm install -g ungCommands
Available generators:
ung pack
Builds and packs the project in the current working directory for the give environment. Ung uses the configurations specified in the ung.json file to build the project.
Example of packing a project for production:
ung pack prodThis command will pack build and pack the project into a file called foo-prod.tar.gz.
ung publish
Sends the packed project to the ung server.
Example of publishing to production:
ung publish prodThis command will send the packed project to the endpoint specified in ung.json for production. It will also remove the packed project from the file system.
ung serve
Starts an ung server that can host static packages and has an endpoint for receiving new packages.
Example:
ung serveLicense
The MIT License (MIT)