bdo-theme
v0.0.0
Published
bootstrap 4, cosmo theme, flexbox in action
Readme
BDO Theme
Setup
npm i [email protected] -S
npm i gulp gulp-minify-css gulp-notify gulp-sass gulp-server-livereload gulp-template gulp-util -D
// OR ( for existing project )
npm i
gulpConfigure npm
npm set init.author.name "Hemant"
npm set init.author.email "[email protected]"
npm set init.author.url "https://github.com/hesing"Publish to npm registry
npm adduser
npm config ls
npm publishUpdate Package
npm version patch // update last digit x.x.1
npm publishUse published package
npm install bdo-theme 