0.2.14 • Published 6 years ago

dulu v0.2.14

Weekly downloads
86
License
GPL-3.0
Repository
github
Last release
6 years ago

dulu

Scaffolding tool for my development

Installation

npm i -g dulu

Usage

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 demo

From 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 demo

Cache

You can cache template by -c flag. By default, all template cached at $HOME/.dulu.

dulu create github:ta7sudan/multicmd-cli demo -c

Show available predefined template and template cache

dulu ls

or

dulu ls -t

or

dulu ls -c

Clear template cache

You can clear a template cache such as multicmd-cli like this.

dulu clear multicmd-cli

or clear all caches.

dulu clear -a

More Options

dulu -h

or

dulu <subcommand> -h
0.2.14

6 years ago

0.2.12

6 years ago

0.2.11

7 years ago

0.2.10

7 years ago

0.2.9

7 years ago

0.2.8

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago