Skip to content

gitter-badger/kawa

Repository files navigation

Release Version David devDependencies Travis Status

Minimal front-end framework/boilerplate and build process to quickly get projects going.

Demo

Requirements

Installation

# Install npm packages required globally
npm install -g gulp bower

# Get the repository using Git
git clone https://bymathias@github.com/bymathias/kawa.git project
cd project

# Install local dependencies
npm install
bower install

Usage

# See available gulp tasks
gulp help

Test

# Lint config and Mocha tests
npm test

Release

# Bump version, update changelog
# npm run release [ <newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease ]
npm run release patch

# Deployment
npm run deploy

Contributing

Suggestions and improvements are welcome.

License

  • Third-party libraries, licensed under their respective licenses.
  • Custom bits, licensed under the MIT License.