dulu

Scaffolding tool for my development

Usage no npm install needed!

<script type="module">
  import dulu from 'https://cdn.skypack.dev/dulu';
</script>

README

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