https://github.com/redding/romo-js
A JS toolkit.
https://github.com/redding/romo-js
javascript js toolkit utilities
Last synced: about 1 year ago
JSON representation
A JS toolkit.
- Host: GitHub
- URL: https://github.com/redding/romo-js
- Owner: redding
- License: mit
- Created: 2020-12-07T14:00:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-28T18:43:33.000Z (almost 5 years ago)
- Last Synced: 2025-03-17T22:55:28.030Z (over 1 year ago)
- Topics: javascript, js, toolkit, utilities
- Language: JavaScript
- Homepage:
- Size: 501 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.