Skip to content

gitter-badger/_base

Repository files navigation

Release Version Tag Version David devDependencies Status Travis Status Codacy Badge

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

Test

Requirements

Installation

Install gulp task runner and bower package manager globally.

npm install -g gulp bower

Get the repository.

# Using Git
git clone https://bymathias@github.com/bymathias/_base.git project
cd project

# Or using Curl
cd project
curl -#L https://github.com/bymathias/_base/tarball/master | tar -xzv --strip-components 1

Install local npm and bower dependencies.

npm install
bower install

Installation (one-line)

bash <(curl -s https://raw.githubusercontent.com/bymathias/_base/install/init.sh)>

Usage

See available gulp tasks.

gulp ?

Test

Lint config/test and run mocha-phantomjs tests.

npm test

License

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