# 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 
```
