# generator-ng1-template

> Scaffolding for the ng1-template

Latest version **1.0.0-beta.1** (published 2016-12-12) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install generator-ng1-template
pnpm add generator-ng1-template
yarn add generator-ng1-template
bun add generator-ng1-template
```

## 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.0-beta.1 |
| Published | 2016-12-12 |
| First published | 2016-12-12 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Angular Template |
| Maintainers | angular-template |
| Keywords | Angular 1.x Template, yeoman-generator |

## Links

- npm: https://www.npmjs.com/package/generator-ng1-template
- Repository: https://github.com/angular-template/generator-ng1-template
- Homepage: https://github.com/angular-template/generator-ng1-template#readme
- Issues: https://github.com/angular-template/generator-ng1-template/issues
- npm.io page: https://npm.io/package/generator-ng1-template

## Dependencies (4)

- [chalk](https://npm.io/package/chalk.md) ^1.0.0
- [yosay](https://npm.io/package/yosay.md) ^1.0.0
- [lodash](https://npm.io/package/lodash.md) ^4.17.2
- [yeoman-generator](https://npm.io/package/yeoman-generator.md) ^0.23.0

## Recent versions

- 1.0.0-beta.1 (latest) — 2016-12-12

## README

# Angular 1.x Template generator

> Yeoman (Yo) generator for Angular 1.x Template - lets you quickly set up a project and project items with sensible defaults and best practices.

## Usage

```sh
# Install Yeoman globally, if not already done
npm install -g yo

# Install the Angular 1.x Template generator globally
npm install -g generator-ng1-template
```

The following subsections shows you how to generate a new project and project items. In all cases, Yeoman will take you through a series of questions to customize the generated output. Most of the questions have default answers, so you can just accept them if they suit your needs.

### To create a new Angular 1.x Template project
```sh
yo ng1-template
```

TBD: Walkthrough of this generator

### To create a new project items
```sh
# Create a new page
yo ng1-template:page

# Create a new layout
yo ng1-template:layout

# Create a new component
yo ng1-template:component

# Create a new service
yo ng1-template:service

# Create a new state service
yo ng1-template:state

# Create a new directive
yo ng1-template:directive
```

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