1.0.1 • Published 2 years ago

@gitahiwilfred/create-gulp-sass-template v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

gulp-sass-template-CLI

A CLI to instantiate my gulp-sass-template

How to use

  • Since this template uses the Gulp tool, You must first have gulp installed globally on your machine.
  • To do this open your prefferred terminal and run command npm i -g gulp-cli for the gulp-cli and then npm i -g gulp

Method 1: Using NPX

  • Assumming you have gulp correctly set up, run the command npx @gitahiwilfred/create-gulp-sass-template <project>.
  • This will clone my template repository on GitHub.
  • cloning message
  • and also install the dependencies needed for the project. Easy right 😉Remember - replace the <project> in the npx @gitahiwilfred/gulp-sass-template-cli <project> command with your project name.