0.2.14 • Published 7 years ago
dulu v0.2.14
dulu
Scaffolding tool for my development
Installation
npm i -g duluUsage
The command line utility has several subcommands.
Create new project
dulu create <template> [project]dulu has some predefined templates without download. eg.
dulu create multicmd-cli demoFrom Repo
It also supports download a template from a GitHub repo or others. Use shorthand repository string(dulu create multicmd-cli demo) that download-git-repo supports.
dulu create github:ta7sudan/multicmd-cli demoCache
You can cache template by -c flag. By default, all template cached at $HOME/.dulu.
dulu create github:ta7sudan/multicmd-cli demo -cShow available predefined template and template cache
dulu lsor
dulu ls -tor
dulu ls -cClear template cache
You can clear a template cache such as multicmd-cli like this.
dulu clear multicmd-clior clear all caches.
dulu clear -aMore Options
dulu -hor
dulu <subcommand> -h