Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 761 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 761 Bytes

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