Skip to content

kartiknair/create-dhow-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Bootstrap a Dhow app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published