0.1.0 • Published 9 years ago
zel v0.1.0
zel
zelis small, and simple command-line tool that helps kickstart new projects.
Benefits
- Simple JSON file to specify files via a
.zelfile - No complex generator/plugin API
- No need to publish your boilerplate on npm (there's too many!)
Install
$ npm i -g zelUsage
Create a .zel file in your boilerplate repository on GitHub and specify the files to expose to zel.
{
"files": [".editorconfig"]
}To quickly clone these files, simply run zel <username>/<repository>.
$ zel vutran/editorconfigThe above command will download .editorconfig from the vutran/editorconfig repository into the current working directory.
That's it!
License
MIT © Vu Tran