2.0.0 • Published 4 years ago

create-dhow-app v2.0.0

Weekly downloads
3
License
MIT
Repository
-
Last release
4 years ago

create-dhow-app

Quickly bootstrap a Dhow project.

npx create-dhow-app <dir>

# For older npm versions:
npm i -g create-dhow-app
create-dhow-app <dir>

These are the options you have:

Options
    -t, --template    Choose a template to use  (default basic)
    -un, --use-npm    Use npm instead of yarn, which is default
    -v, --version     Displays current version
    -h, --help        Displays this message

Examples
    $ create-dhow-app website
    $ create-dhow-app my-blog --template blog
    $ create-dhow-app www --template tailwind --use-npm

List of templates can be found by checking the examples folder of the Dhow repo

2.0.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago