# ng2-alfresco-webscript

> Alfresco webscript executor

Latest version **1.9.0** (published 2017-10-09) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install ng2-alfresco-webscript
pnpm add ng2-alfresco-webscript
yarn add ng2-alfresco-webscript
bun add ng2-alfresco-webscript
```

## Health

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

Positive: no vulnerabilities; high maintenance score.

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

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.9.0 |
| Published | 2017-10-09 |
| First published | 2016-08-30 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 21 |
| Known vulnerabilities | 0 (+21 in 3 direct dependencies) |
| Install scripts | no |
| GitHub stars | 304 |
| Author | Alfresco Software, Ltd. |
| Maintainers | alfresco |
| Keywords | webscript, alfresco-component |

## Links

- npm: https://www.npmjs.com/package/ng2-alfresco-webscript
- Repository: https://github.com/Alfresco/alfresco-ng2-components
- Homepage: https://github.com/Alfresco/alfresco-ng2-components#readme
- Issues: https://github.com/Alfresco/alfresco-ng2-components/issues
- npm.io page: https://npm.io/package/ng2-alfresco-webscript

## Dependencies (21)

- [rxjs](https://npm.io/package/rxjs.md) 5.1.0
- [core-js](https://npm.io/package/core-js.md) 2.4.1
- [zone.js](https://npm.io/package/zone.js.md) 0.8.12
- [hammerjs](https://npm.io/package/hammerjs.md) 2.0.8
- [systemjs](https://npm.io/package/systemjs.md) 0.19.27
- [@angular/cdk](https://npm.io/package/@angular/cdk.md) 2.0.0-beta.10
- [@angular/core](https://npm.io/package/@angular/core.md) 4.3.6
- [@angular/http](https://npm.io/package/@angular/http.md) 4.3.6
- [@angular/forms](https://npm.io/package/@angular/forms.md) 4.3.6
- [@angular/common](https://npm.io/package/@angular/common.md) 4.3.6
- [@angular/router](https://npm.io/package/@angular/router.md) 4.3.6
- [alfresco-js-api](https://npm.io/package/alfresco-js-api.md) 1.9.0
- [reflect-metadata](https://npm.io/package/reflect-metadata.md) 0.1.10
- [@angular/compiler](https://npm.io/package/@angular/compiler.md) 4.3.6
- [@angular/material](https://npm.io/package/@angular/material.md) 2.0.0-beta.10
- [ng2-alfresco-core](https://npm.io/package/ng2-alfresco-core.md) 1.9.0
- [@angular/animations](https://npm.io/package/@angular/animations.md) 4.3.6
- [@ngx-translate/core](https://npm.io/package/@ngx-translate/core.md) 7.0.0
- [ng2-alfresco-datatable](https://npm.io/package/ng2-alfresco-datatable.md) 1.9.0
- [@angular/platform-browser](https://npm.io/package/@angular/platform-browser.md) 4.3.6
- [@angular/platform-browser-dynamic](https://npm.io/package/@angular/platform-browser-dynamic.md) 4.3.6

## Recent versions

- 1.9.0 (latest) — 2017-10-09
- 2.0.0-6a24c6ef754f24212bdd7120d5cdbe47b83c3432 (alpha) — 2017-11-14
- 1.10.0-beta6 (beta) — 2017-11-03
- 2.0.0-f8866df97d117e5ff0b3f72c4fc6053af372c5fe — 2017-11-14
- 1.10.0-e708fc6182c2de71b8c83e8bcd3edd9a02c70c3b — 2017-11-13
- 1.10.0-1e0b20517c0cd766527b49b1ae512e64da2efd5a — 2017-11-09
- 1.10.0-cbc5e9ad456316caa46d96932e67afc30481a2dd — 2017-11-09
- 1.10.0-6fd3819112be42573a11c358475270387e354290 — 2017-11-09
- 1.10.0-9be1e1144d854fee8193b00f75a1e3d69fb7f72b — 2017-11-09
- 1.10.0-75ddc6636eef77670166497b16c5b987ae49df7f — 2017-11-09
- 1.10.0-3b15bde49b0193336657865241380b908aeb6547 — 2017-11-08
- 1.10.0-a2310336dd333abcf66ab91fc9905d15106402ce — 2017-11-08
- 1.10.0-50ff6cde45829c9e828bdd0c593d66968f25ba8d — 2017-11-08
- 1.10.0-3204bdebcb858cc75e70d3aa392a54f7c625bc4c — 2017-11-08
- 1.10.0-348f4971ced2ef2e3af3e685be955ebf38488d6f — 2017-11-07
- … 493 more at https://npm.io/package/ng2-alfresco-webscript/versions

## README

# Alfresco Webscript library

Contains the Alfresco Webscript Get component.

<!-- markdown-toc start - Don't edit this section.  npm run toc to generate it-->

<!-- toc -->

- [Documentation](#documentation)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Build from sources](#build-from-sources)
- [NPM scripts](#npm-scripts)
- [Demo](#demo)
- [License](#license)

<!-- tocstop -->

<!-- markdown-toc end -->

## Documentation

See the [ADF Webscript](../../docIndex.md#adf-webscript) section of the [docs index](../../docIndex.md)
for all available documentation on this library.

## Prerequisites

Before you start using this development framework, make sure you have installed all required software and done all the
necessary configuration [prerequisites](https://github.com/Alfresco/alfresco-ng2-components/blob/master/PREREQUISITES.md).

> If you plan using this component with projects generated by Angular CLI, please refer to the following article: [Using ADF with Angular CLI](https://github.com/Alfresco/alfresco-ng2-components/wiki/Angular-CLI)

## Install

```sh
npm install ng2-alfresco-webscript
```

## Build from sources

You can build component from sources with the following commands:

```sh
npm install
npm run build
```

> The `build` task rebuilds all the code, runs tslint, license checks 
> and other quality check tools before performing unit testing.

## NPM scripts

| Command | Description |
| --- | --- |
| npm run build | Build component |
| npm run test | Run unit tests in the console |
| npm run test-browser | Run unit tests in the browser
| npm run coverage | Run unit tests and display code coverage report |

## Demo

Please check the demo folder for a demo project

```sh
cd demo
npm install
npm start
```

## License

[Apache Version 2.0](https://github.com/Alfresco/alfresco-ng2-components/blob/master/LICENSE)

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