@gentsagency/create-static-site
v1.4.5
Published
Bootstrap a static site
Downloads
2
Keywords
Readme
Create Static Site
Create a static site using the Gents Agency workflow.
Usage
When you have npm
>= 6 on your system, you can run
$ npm init @gentsagency/static-site my-site
or if you have npm
>= 5 on your system, you can run
$ npx @gentsagency/create-static-site my-site
This will output:
👋 Creating a new static website in ~/Sites/my-site
📥 Installing dependencies & moving files around
☕️ This might take a while
🌱 All set! Let's get you started:
cd ~/Sites/demo-project
gulp watch
🤞 Good luck, have fun!
And you're good to go.
It will install a gulp
workflow, create all necessary files & folders and configure both eslint
and stylelint
.