# bru-pages

> static web app

Latest version **0.1.1** (published 2020-06-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install bru-pages
pnpm add bru-pages
yarn add bru-pages
bun add bru-pages
```

Provides the command `bru-pages`.

## 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.1.1 |
| Published | 2020-06-13 |
| First published | 2020-06-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6 |
| Dependencies | 15 |
| Unpacked size | 8.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | bruski |
| Maintainers | bruski |
| Keywords | bru-pages, zce |

## Links

- npm: https://www.npmjs.com/package/bru-pages
- Repository: https://github.com/bruceeewong/bru-pages
- Homepage: https://github.com/bruceeewong/bru-pages#readme
- Issues: https://github.com/bruceeewong/bru-pages/issues
- npm.io page: https://npm.io/package/bru-pages

## Dependencies (15)

- [del](https://npm.io/package/del.md) ^5.1.0
- [gulp](https://npm.io/package/gulp.md) ^4.0.2
- [gulp-if](https://npm.io/package/gulp-if.md) ^3.0.0
- [gulp-sass](https://npm.io/package/gulp-sass.md) ^4.1.0
- [gulp-swig](https://npm.io/package/gulp-swig.md) ^0.9.1
- [gulp-babel](https://npm.io/package/gulp-babel.md) ^8.0.0
- [@babel/core](https://npm.io/package/@babel/core.md) ^7.5.5
- [gulp-uglify](https://npm.io/package/gulp-uglify.md) ^3.0.2
- [gulp-useref](https://npm.io/package/gulp-useref.md) ^4.0.1
- [browser-sync](https://npm.io/package/browser-sync.md) ^2.26.7
- [gulp-htmlmin](https://npm.io/package/gulp-htmlmin.md) ^5.0.1
- [gulp-imagemin](https://npm.io/package/gulp-imagemin.md) ^7.1.0
- [gulp-clean-css](https://npm.io/package/gulp-clean-css.md) ^4.3.0
- [@babel/preset-env](https://npm.io/package/@babel/preset-env.md) ^7.5.5
- [gulp-load-plugins](https://npm.io/package/gulp-load-plugins.md) ^2.0.1

## Recent versions

- 0.1.1 (latest) — 2020-06-13

## README

# bru-pages

[![NPM Downloads][downloads-image]][downloads-url]
[![NPM Version][version-image]][version-url]
[![License][license-image]][license-url]
[![Dependency Status][dependency-image]][dependency-url]
[![devDependency Status][devdependency-image]][devdependency-url]
[![Code Style][style-image]][style-url]

> static web app

## Installation

```shell
$ yarn add bru-pages

# or npm
$ npm install bru-pages
```

## Usage

<!-- TODO: Introduction of API use -->

```javascript
const bruPages = require('bru-pages')
const result = bruPages('zce')
// result => 'zce@zce.me'
```

## API

<!-- TODO: Introduction of API -->

### bruPages(name[, options])

#### name

- Type: `string`
- Details: name string

#### options

##### host

- Type: `string`
- Details: host string
- Default: `'zce.me'`

## Contributing

1. **Fork** it on GitHub!
2. **Clone** the fork to your own machine.
3. **Checkout** your feature branch: `git checkout -b my-awesome-feature`
4. **Commit** your changes to your own branch: `git commit -am 'Add some feature'`
5. **Push** your work back up to your fork: `git push -u origin my-awesome-feature`
6. Submit a **Pull Request** so that we can review your changes.

> **NOTE**: Be sure to merge the latest from "upstream" before making a pull request!

## License

[MIT](LICENSE) &copy; bruski <292803281@qq.com>



[downloads-image]: https://img.shields.io/npm/dm/bru-pages.svg
[downloads-url]: https://npmjs.org/package/bru-pages
[version-image]: https://img.shields.io/npm/v/bru-pages.svg
[version-url]: https://npmjs.org/package/bru-pages
[license-image]: https://img.shields.io/github/license/bruceeewong/bru-pages.svg
[license-url]: https://github.com/bruceeewong/bru-pages/blob/master/LICENSE
[dependency-image]: https://img.shields.io/david/bruceeewong/bru-pages.svg
[dependency-url]: https://david-dm.org/bruceeewong/bru-pages
[devdependency-image]: https://img.shields.io/david/dev/bruceeewong/bru-pages.svg
[devdependency-url]: https://david-dm.org/bruceeewong/bru-pages?type=dev
[style-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg
[style-url]: https://standardjs.com

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