@gitahiwilfred/create-gulp-sass-template

A cli to instantiate gulp+sass boilerplate


Keywords
gulp, sass, cli
License
MIT
Install
npm install @gitahiwilfred/create-gulp-sass-template@1.0.1

Documentation

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.