Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/redding/romo-js

A JS toolkit.
https://github.com/redding/romo-js

javascript js toolkit utilities

Last synced: about 9 hours ago
JSON representation

A JS toolkit.

Awesome Lists containing this project

README

        

# Romo JS

A JS toolkit.

## Usage

TODO

## Installation

```
$ yarn install @reddingjs/romo-js
```

## Linting

Install [l.rb](https://github.com/redding/l.rb#lrb).

Install dev packages: `yarn install`.

```
$ l

OR

$ yarn lint

OR

$ ./bin/lint
```

## Testing

* Install Ruby version in .ruby-version file
* `cd test && bundle && cd ..`

```
$ yarn test

OR

$ ./bin/test
```

The starts a Rack app and loads up the main system_tests.html test file. Look for red 'X' items, check the console for errors, test out the example UI on the DOM Component pages.