@gentsagency/create-eleventy-site
v1.0.0
Published
Bootstrap a Eleventy site
Downloads
4
Keywords
Readme
Create Eleventy Site
Create an Eleventy site using the Gents Agency workflow.
Usage
When you have npm
>= 6 on your system, you can run
$ npm init @gentsagency/eleventy-site my-site
or if you have npm
>= 5 on your system, you can run
$ npx @gentsagency/create-eleventy-site my-site
This will output:
👋 Creating a new Eleventy website in ./my-site
📥 Installing the static setup & 11ty
☕️ This might take a while
🚢 Moving some files around
🤖 Registering automation scripts
🌱 All set! Let's get you started:
cd ./my-site
gulp watch & npm run serve
🤞 Good luck, have fun!
And you're good to go.