# first-schema

> A blank schematics

Latest version **0.0.8** (published 2019-03-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install first-schema
pnpm add first-schema
yarn add first-schema
bun add first-schema
```

## 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.0.8 |
| Published | 2019-03-01 |
| First published | 2019-03-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 21.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | thedogmaister |
| Keywords | schematics, ngxs, rxjs |

## Links

- npm: https://www.npmjs.com/package/first-schema
- npm.io page: https://npm.io/package/first-schema

## Dependencies (6)

- [jasmine](https://npm.io/package/jasmine.md) ^3.0.0
- [typescript](https://npm.io/package/typescript.md) ~3.2.2
- [@types/node](https://npm.io/package/@types/node.md) ^8.0.31
- [@types/jasmine](https://npm.io/package/@types/jasmine.md) ^3.0.0
- [@angular-devkit/core](https://npm.io/package/@angular-devkit/core.md) ^7.3.3
- [@angular-devkit/schematics](https://npm.io/package/@angular-devkit/schematics.md) ^7.3.3

## Alternatives

- [@regle/core](https://npm.io/package/@regle/core.md) — 47.0K weekly downloads
- [typeof-arguments](https://npm.io/package/typeof-arguments.md) — 12.5K weekly downloads
- [@lokalise/projects-engine-contracts](https://npm.io/package/@lokalise/projects-engine-contracts.md) — 978 weekly downloads
- [@osjwnpm/nam-laboriosam-quibusdam](https://npm.io/package/@osjwnpm/nam-laboriosam-quibusdam.md) — 70 weekly downloads
- [@oridune/validator](https://npm.io/package/@oridune/validator.md) — 16 weekly downloads

## Recent versions

- 0.0.8 (latest) — 2019-03-01
- 0.0.7 — 2019-03-01
- 0.0.6 — 2019-03-01
- 0.0.5 — 2019-03-01
- 0.0.4 — 2019-03-01
- 0.0.3 — 2019-03-01
- 0.0.2 — 2019-03-01
- 0.0.1 — 2019-03-01
- 0.0.0 — 2019-03-01

## README

# Getting Started With Schematics

This repository is a basic Schematic implementation that serves as a starting point to create and publish Schematics to NPM.

### Testing and install

To test locally, install `@angular-devkit/schematics-cli` globally and use the `schematics` command line tool. That tool acts the same as the `generate` command of the Angular CLI, but also has a debug mode.

```bash
$ npm install @angular-devkit/schematics-cli
```

Check the documentation with
```bash
schematics --help
```

### Unit Testing

`npm run test` will run the unit tests, using Jasmine as a runner and test framework.

### Running

To run, simply do:

```bash
npm install first-schema
```
and into your project do:
```bash
ng g first-schema:first-schema --name="some name" --path="some name" 
```
and if you want generate on a path specific, use: `--source-dir=you path especific` example: 

 ```bash
 ng g first-schema:first-schema --name="some name" --path="some name" --source-dir=src/app/some folder
 ```

That's it! :)

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