bdo-theme
Version:
bootstrap 4, cosmo theme, flexbox in action
42 lines (30 loc) • 587 B
Markdown
# BDO Theme
## Setup
```
npm i bootstrap@4.0.0-alpha.5 -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 "hemant.ajax@gmail.com"
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
```