Created
June 23, 2017 00:22
-
-
Save derekbtw/113804009ee2c4f77bb2d4065d2e3ada to your computer and use it in GitHub Desktop.
Create Pug Project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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