# generator-express-angular-is

> A nodejs express angular generator for Yeoman

Latest version **1.0.2** (published 2014-05-03) · 0 weekly downloads

## Install

```sh
npm install generator-express-angular-is
pnpm add generator-express-angular-is
yarn add generator-express-angular-is
bun add generator-express-angular-is
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2014-05-03 |
| First published | 2014-05-02 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.8.0 |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Maintainers | id0sch |
| Keywords | yeoman-generator, express, is, angular |

## Links

- npm: https://www.npmjs.com/package/generator-express-angular-is
- Repository: https://github.com/id0Sch/generator-express-angular-is
- Issues: https://github.com/id0Sch/generator-express-angular-is/issues
- npm.io page: https://npm.io/package/generator-express-angular-is

## Dependencies (1)

- [yeoman-generator](https://npm.io/package/yeoman-generator.md) ~0.16.0

## Alternatives

- [memory-cache](https://npm.io/package/memory-cache.md) — 795.0K weekly downloads
- [@httptoolkit/proxy-agent](https://npm.io/package/@httptoolkit/proxy-agent.md) — 11.2K weekly downloads
- [express-cache-controller](https://npm.io/package/express-cache-controller.md) — 5.3K weekly downloads
- [http-cache-middleware](https://npm.io/package/http-cache-middleware.md) — 4.5K weekly downloads
- [cache2](https://npm.io/package/cache2.md) — 1.5K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2014-05-03
- 1.0.1 — 2014-05-02
- 1.0.0 — 2014-05-02

## README

# Generator express anuglarJS

An Express+Angularjs generator for Yeoman, tailored for my needs.

## Getting started
- Make sure you have [yo](https://github.com/yeoman/yo) installed:
    `npm install -g yo`
- Install the generator **locally**: `npm install generator-express-angular-is`
- Run: `yo express`
- Run: `grunt` to run the local server at `localhost:3000`, the grunt tasks include live reloading for .jade views, css in public/stylesheets and restarting the server for changes to app.js or js in routes/

## MVC apps
I've created a new generator for creating angularJS MVC style apps in express, it's based around [generator-express](https://github.com/petecoop/generator-express). It uses [MongoDB](http://www.mongodb.org/) as it's default database, you will need to have it installed and running to get the default app running.

To get going:

- Make sure you have [yo](https://github.com/yeoman/yo) installed:
    `npm install -g yo`
- Install the generator **locally**: `npm install generator-express-angular-is`
- Ensure that MongoDB is running on your machine, if running elsewhere the connection string can be changed in `config/config.js`
- Run: `yo express-angular-is`
- Run: `grunt` to run the local server - defaults to `localhost:3000` - port can be changed in `config/config.js`. The grunt tasks include live reloading as before.

##Options

currently there are no options to choose from 

##Testing
Tests are written with mocha.
- Install: `npm install -g mocha`
- Run: `mocha`

##Contributing
Contributors are welcome, please fork and send pull requests! If you have any ideas on how to make this project better then please submit an issue.

## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)

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