https://github.com/renoirb/bits
Renoir's JavaScript bits
https://github.com/renoirb/bits
bitsrc component-library ecmascript2015 experiment javascript prototyping standard-js
Last synced: over 1 year ago
JSON representation
Renoir's JavaScript bits
- Host: GitHub
- URL: https://github.com/renoirb/bits
- Owner: renoirb
- License: mit
- Created: 2018-02-01T04:35:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T15:55:59.000Z (almost 8 years ago)
- Last Synced: 2025-01-29T16:11:27.915Z (over 1 year ago)
- Topics: bitsrc, component-library, ecmascript2015, experiment, javascript, prototyping, standard-js
- Language: JavaScript
- Homepage: https://bitsrc.io/renoirb
- Size: 130 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Renoir’s [bits](https://bitsrc.io/renoirb)
A workspace where I develop Bit components/packages.
[](https://standardjs.com)
## Use locally
1. Ensure you have [Node.js](https://nodejs.org/en/download/), [yarn](https://yarnpkg.com/lang/en/docs/install/), and [bit](https://docs.bitsrc.io/docs/installation.html) installed
2. Clone the repository
```console
git clone https://github.com/renoirb/bits.git
cd bits
```
3. Setup
* If you also have `make`
```console
make
```
* Or manually
```console
yarn
bit install
bit import --force
bit build
```
# Reference
* Follow [Standard.js](https://standardjs.com/) conventions
* [ESLint](https://eslint.org/docs/user-guide/)
* [JSDoc](http://usejsdoc.org/#block-tags) comment annotations
* [JSDoc documentation style guide](https://github.com/shri/JSDoc-Style-Guide)
* Describe features using [ChaiJS](http://chaijs.com/) ([*BDD* expectations](http://chaijs.com/), [assertions](http://chaijs.com/api/assert/), etc.)