Skip to content

Instantly share code, notes, and snippets.

@derekbtw
Created June 23, 2017 00:22
Show Gist options
  • Save derekbtw/113804009ee2c4f77bb2d4065d2e3ada to your computer and use it in GitHub Desktop.
Save derekbtw/113804009ee2c4f77bb2d4065d2e3ada to your computer and use it in GitHub Desktop.
Create Pug Project
cd projects
@echo off
COLOR 0A
set /p dname= New project name:
git clone https://github.com/sebastianperezperaza/gulp-pug-sass-autoprefixer-browser-sync.git %dname%
cd %dname%
yarn install
gulp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment