# angular-bsfy

> An elegant angular-browserify,and will always up to date

Latest version **1.6.3** (published 2017-03-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install angular-bsfy
pnpm add angular-bsfy
yarn add angular-bsfy
bun add angular-bsfy
```

## 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.6.3 |
| Published | 2017-03-27 |
| First published | 2014-06-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| GitHub stars | 14 |
| Author | Regou |
| Maintainers | dogeek |
| Keywords | Angular, angularjs, browserify |

## Links

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

## Dependencies (1)

- [file-appender](https://npm.io/package/file-appender.md) 1.1.0

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 1.6.3 (latest) — 2017-03-27
- 1.6.2 — 2017-03-07
- 1.6.1 — 2017-01-11
- 1.6.0 — 2017-01-11
- 1.5.10 — 2017-01-11
- 1.5.9 — 2017-01-11
- 1.5.8 — 2016-08-08
- 1.5.7 — 2016-06-19
- 1.5.6 — 2016-06-19
- 1.5.5 — 2016-05-09
- 1.5.4 — 2016-05-09
- 1.5.3 — 2016-03-30
- 1.5.2 — 2016-03-30
- 1.5.1 — 2016-03-30
- 1.5.0 — 2016-03-30
- … 26 more at https://npm.io/package/angular-bsfy/versions

## README

angular-bsfy
==================
[![Build Status via Travis CI](https://travis-ci.org/regou/angular-bsfy.svg?branch=master)](https://travis-ci.org/regou/angular-bsfy)
[![NPM version](https://img.shields.io/npm/v/angular-bsfy.svg)](https://www.npmjs.com/package/angular-bsfy)

A more elegant [AngularJS](http://angularjs.org/) [Browserify](http://browserify.org/) package,and always up to date

Current angular.js version : `1.6.3` [ChangeLog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md)

**Install & Inject:**

`$ npm install angular-bsfy --save`

```javascript
var angular = require('angular-bsfy');

var app = angular.module('myApp',[
	require('angular-bsfy/animate').name,
	require('angular-bsfy/route').name,
	require('angular-bsfy/resource').name
]);
```



**[Webpack Alias](https://webpack.github.io/docs/configuration.html#resolve-alias) for 3rd party libraries:**
```javascript
resolve:{
	alias:{
		'angular':'angular-bsfy'
	}
}
```

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