# @angular-web3/schematics

> A set of angular-cli schematics related to ethereum development

Latest version **0.0.15-0** (published 2018-08-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install @angular-web3/schematics
pnpm add @angular-web3/schematics
yarn add @angular-web3/schematics
bun add @angular-web3/schematics
```

## 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.15-0 |
| Published | 2018-08-11 |
| First published | 2018-08-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 363.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Simon Boissonneault-Robert |
| Maintainers | carte7000 |
| Keywords | schematics, angular, web3 |

## Links

- npm: https://www.npmjs.com/package/@angular-web3/schematics
- npm.io page: https://npm.io/package/@angular-web3/schematics

## Dependencies (6)

- [jasmine](https://npm.io/package/jasmine.md) ^2.8.0
- [typescript](https://npm.io/package/typescript.md) ^2.5.2
- [@types/node](https://npm.io/package/@types/node.md) ^8.0.31
- [@types/jasmine](https://npm.io/package/@types/jasmine.md) ^2.6.0
- [@angular-devkit/core](https://npm.io/package/@angular-devkit/core.md) ^0.7.3
- [@angular-devkit/schematics](https://npm.io/package/@angular-devkit/schematics.md) ^0.7.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.15-0 (latest) — 2018-08-11
- 0.0.14-0 — 2018-08-11
- 0.0.13-0 — 2018-08-11
- 0.0.12-0 — 2018-08-10
- 0.0.11-0 — 2018-08-10
- 0.0.10-0 — 2018-08-10
- 0.0.9-0 — 2018-08-10
- 0.0.8-0 — 2018-08-10
- 0.0.7-0 — 2018-08-10
- 0.0.6-0 — 2018-08-10
- 0.0.5-0 — 2018-08-10
- 0.0.4-0 — 2018-08-10

## README

# Getting Started With Schematics

This repository is a set of angular Schematic to create smart contract library using truffle

### Unit Testing

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

### Publishing

To publish, simply do:

```bash
npm run build
npm publish
```

That's it!

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