Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ianrose/harpist

A Sass and EJS Harp.js boilerplate
https://github.com/ianrose/harpist

browsersync ejs harp static-site typesettings

Last synced: 3 months ago
JSON representation

A Sass and EJS Harp.js boilerplate

Awesome Lists containing this project

README

        

**Not Maintained. Suggest looking at https://github.com/ianrose/deventy**

# Harpist (Not Maintained)

[Harp](https://github.com/sintaxi/harp) static site generator with:

- [Browsersync](https://github.com/BrowserSync/browser-sync)
- [Imagemin](https://github.com/imagemin/imagemin-cli)
- [JSHint](https://github.com/jshint/jshint)
- [JS Minification](https://github.com/digitaledgeit/npm-recursive-uglifyjs)
- [Feature.js](https://github.com/viljamis/feature.js)
- [jQuery](https://github.com/jquery/jquery)
- [Typesettings](https://github.com/ianrose/typesettings)
- [Video.js](https://github.com/videojs/video.js)
- [typogr.js](https://github.com/ekalinin/typogr.js)

## How to Setup

Get a copy of harpist for your project.

`git clone https://github.com/ianrose/harpist.git`

Install dependencies:

```
$ npm install
```

## How to use

To develop with harpist: `$ npm run dev`

To generate with harpist: `$ npm run compile`

After Harpist is running be sure to update `harp.json` with your project specifics.

## Requirements

Node.js

## License

[The MIT License (MIT)](https://github.com/ianrose/harpist/blob/master/LICENSE)