bdo-theme
v0.0.0
Published
bootstrap 4, cosmo theme, flexbox in action
Downloads
21
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
gulp
Configure 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 publish
Update Package
npm version patch // update last digit x.x.1
npm publish
Use published package
npm install bdo-theme