Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lijinma/gulp-phpspec-boilerplate
A boilderplate for gulp and phpspec.
https://github.com/lijinma/gulp-phpspec-boilerplate
Last synced: about 1 month ago
JSON representation
A boilderplate for gulp and phpspec.
- Host: GitHub
- URL: https://github.com/lijinma/gulp-phpspec-boilerplate
- Owner: lijinma
- Created: 2015-01-26T09:58:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-26T10:03:08.000Z (almost 10 years ago)
- Last Synced: 2024-04-16T17:01:46.659Z (9 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gulp-phpspec-boilerplate
A boilderplate for gulp and phpspec.# How to use
## 1. Install the dependencies.
```
$ npm install
$ composer install
```## 2. Start gulp
```
$ gulp
```