https://github.com/breejs/bree-desktop
Bree Desktop Application
https://github.com/breejs/bree-desktop
Last synced: 5 months ago
JSON representation
Bree Desktop Application
- Host: GitHub
- URL: https://github.com/breejs/bree-desktop
- Owner: breejs
- License: mit
- Created: 2022-06-30T14:42:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-02T19:01:14.000Z (almost 4 years ago)
- Last Synced: 2025-02-01T18:39:43.430Z (over 1 year ago)
- Language: JavaScript
- Size: 21.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bree-desktop
[](https://travis-ci.com/breejs/bree-desktop)
[](https://codecov.io/gh/breejs/bree-desktop)
[](https://github.com/sindresorhus/xo)
[](https://github.com/prettier/prettier)
[](https://lass.js.org)
[](LICENSE)
[](https://npm.im/bree-desktop)
> Bree Desktop Application
## Table of Contents
* [Install](#install)
* [Usage](#usage)
* [Contributors](#contributors)
* [License](#license)
## Install
[npm][]:
```sh
npm install bree-desktop
```
[yarn][]:
```sh
yarn add bree-desktop
```
## Usage
```js
const BreeDesktop = require('bree-desktop');
const breeDesktop = new BreeDesktop();
console.log(breeDesktop.renderName());
// script
```
## Contributors
| Name | Website |
| ----------------- | --------------------------------- |
| **Taylor Schley** | |
## License
[MIT](LICENSE) © [Taylor Schley](https://github.com/shadowgate15)
##
[npm]: https://www.npmjs.com/
[yarn]: https://yarnpkg.com/