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-npmList of templates can be found by checking the examples folder of the Dhow repo