Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ianrose/harpist
- Owner: ianrose
- License: mit
- Created: 2015-08-22T01:41:16.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2021-01-17T23:24:51.000Z (about 4 years ago)
- Last Synced: 2024-10-04T18:23:50.175Z (4 months ago)
- Topics: browsersync, ejs, harp, static-site, typesettings
- Language: HTML
- Homepage: http://harpist.surge.sh
- Size: 27.4 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)