Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weareenvoy/holly
Core of holly - the gulp based build system
https://github.com/weareenvoy/holly
babeljs build-tool es6 gulp scss yarn
Last synced: about 2 months ago
JSON representation
Core of holly - the gulp based build system
- Host: GitHub
- URL: https://github.com/weareenvoy/holly
- Owner: weareenvoy
- License: mit
- Archived: true
- Created: 2017-02-07T00:50:45.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2019-01-29T21:45:34.000Z (almost 6 years ago)
- Last Synced: 2024-09-24T08:02:13.774Z (about 2 months ago)
- Topics: babeljs, build-tool, es6, gulp, scss, yarn
- Language: JavaScript
- Homepage:
- Size: 749 KB
- Stars: 2
- Watchers: 22
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Holly
#### ENVOYsites Gulp build system and boilerplate.
## Requirements
**Node 8 recommended, tested on 8.9**## Install
To get **holly** set up on your static web project, we recommend that NPM 5 or greater is installed on your machine.To check the installed version of NPM, run:
npm -v
To upgrade NPM to the latest, run:
npm install -g npm
1. Now, open the terminal and `cd` to your project's root directory and install **holly**.
npm install envoy-holly --save-dev
2. After successful installation, a `gulpfile.js` and `.gitignore` should be generated automatically at your project's root directory.
3. Initialize **holly** and answer a few prompts to scaffold starter boilerplate files.
gulp init
## Usage
* `gulp`
Start **holly** in *development* mode. Styles and scripts will *not* be minified. Starts up "watch" task.
* `gulp --prod`
Start **holly** in *production* mode. Styles and scripts will be minified.