# lineman-angular-goog

> An Angular.js plugin for Lineman based on the Google project structure

Latest version **0.0.3** (published 2014-04-18) · 0 weekly downloads

## Install

```sh
npm install lineman-angular-goog
pnpm add lineman-angular-goog
yarn add lineman-angular-goog
bun add lineman-angular-goog
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.3 |
| Published | 2014-04-18 |
| First published | 2014-04-02 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Prashanth K S |
| Maintainers | herculesksp |
| Keywords | lineman, linemanplugin, angular |

## Links

- npm: https://www.npmjs.com/package/lineman-angular-goog
- Repository: https://github.com/herculesksp/lineman-angular
- Issues: https://github.com/herculesksp/lineman-angular/issues
- npm.io page: https://npm.io/package/lineman-angular-goog

## Dependencies (4)

- [underscore](https://npm.io/package/underscore.md) ~1.5.2
- [grunt-ngmin](https://npm.io/package/grunt-ngmin.md) ~0.0.3
- [coffee-script](https://npm.io/package/coffee-script.md) ~1.6.3
- [grunt-angular-templates](https://npm.io/package/grunt-angular-templates.md) ~0.3.8

## Recent versions

- 0.0.3 (latest) — 2014-04-18
- 0.0.2 — 2014-04-05
- 0.0.1 — 2014-04-02

## README

# lineman-angular

This is a plugin to get started with Angular.js using
[Lineman](http://linemanjs.com). We recommend you look at our
[Angular template project](https://github.com/linemanjs/lineman-angular-template/)
as a starting point.

## What's this plugin do?

This plugin will configure your lineman project to incorporate:

 * **grunt-ngmin** to handle minification, replacing uglify, in order to deal with Angular's fucntion#toString()'ing to figure out what to inject into your methods.
 * **grunt-angular-templates** to compile the client-side `*.html` templates you add to `app/templates`

## Notes

Keep in mind that `grunt-angular-templates` assumes that your module is named app. You'll need to override that in your lineman project if you'd like your templates on some other module, like so:

```
 ngtemplates: {
   options: {
     module: "myModuleName"
   }
 }
```

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