Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthonyec/wires
🔌 Visually wire up components to create interactive and dynamic things for the web.
https://github.com/anthonyec/wires
fbp interactive node-based patches webapp
Last synced: 11 days ago
JSON representation
🔌 Visually wire up components to create interactive and dynamic things for the web.
- Host: GitHub
- URL: https://github.com/anthonyec/wires
- Owner: anthonyec
- Created: 2019-07-05T06:47:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:32:48.000Z (almost 2 years ago)
- Last Synced: 2024-04-10T13:53:33.447Z (7 months ago)
- Topics: fbp, interactive, node-based, patches, webapp
- Language: JavaScript
- Homepage:
- Size: 7.96 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wires
## Packages
### [Wires Graph](https://github.com/anthonyec/wires/tree/master/packages/wires-graph)
Foundation library to manage processes communicating in a graph.
### [Wires Components](https://github.com/anthonyec/wires/tree/master/packages/wires-components)
Standard set of components for Wires.
## Getting started
### Running tests
#### For all packages
By default, all tests will be run for all packages in parallel
```bash
npm run test
```#### For a single package
Run tests using Lerna scopes. Use the name of the package you want to run tests for.
```bash
npm run test -- --scope wires-graph
```