# generator-cycle-coffee-hot-reloading

> A yeoman generator to generate a boilerplate project using cycle.js, coffee-script and with hot reloading support

Latest version **0.1.4** (published 2016-08-04) · ISC license · 0 weekly downloads

## Install

```sh
npm install generator-cycle-coffee-hot-reloading
pnpm add generator-cycle-coffee-hot-reloading
yarn add generator-cycle-coffee-hot-reloading
bun add generator-cycle-coffee-hot-reloading
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.4 |
| Published | 2016-08-04 |
| First published | 2016-01-27 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Rong Shen |
| Maintainers | jacobbubu |
| Keywords | yeoman-generator, yeoman, gulp, cycle.js, coffee-script, hot-reloading |

## Links

- npm: https://www.npmjs.com/package/generator-cycle-coffee-hot-reloading
- Repository: https://github.com/jacobbubu/generator-cycle-coffee-hot-reloading
- Issues: https://github.com/jacobbubu/generator-cycle-coffee-hot-reloading/issues
- npm.io page: https://npm.io/package/generator-cycle-coffee-hot-reloading

## Dependencies (1)

- [yeoman-generator](https://npm.io/package/yeoman-generator.md) ^0.22.4

## Recent versions

- 0.1.4 (latest) — 2016-08-04
- 0.1.3 — 2016-08-04
- 0.1.2 — 2016-08-04
- 0.1.1 — 2016-01-27
- 0.1.0 — 2016-01-27

## README

# generator-cycle-coffee-hot-reloading

Generate a boilerplate project using cycle.js, coffee-script and with hot reloading support(only for coffee-script).

Jade and stylus code changes will cause a live-reloading.

## Getting Started

Not every new computer comes with a Yeoman pre-installed. You only have to install it once.

```bash
$ npm install -g yo
```

### Yeoman Generators

To install generator-gulp-coffee-react from npm, run:

```bash
$ npm install -g generator-cycle-coffee-hot-reloading
```

And then, create a directory to put you framer project in:

```bash
$ mkdir your-proj && cd $_
```

After that, initiate the generator:

```bash
$ yo cycle-coffee-hot-reloading
```

This step takes time to install all dependencies that your project needs.

Finally, run `npm start` to start your development server and see the demo project.

I'm using [browserify](https://github.com/substack/node-browserify) for code bundling, [browserify-hmr](https://github.com/AgentME/browserify-hmr) for hot reloading and [browser-sync](https://www.browsersync.io) for the development web server.

[browserify-hmr](https://github.com/AgentME/browserify-hmr) will also start a websocket server on port 3123 for the browser checking whether the coffee-script code changes.

---
_Source: https://npm.io/package/generator-cycle-coffee-hot-reloading · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
