https://github.com/bitfinexcom/bfx-util-js
https://github.com/bitfinexcom/bfx-util-js
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitfinexcom/bfx-util-js
- Owner: bitfinexcom
- License: apache-2.0
- Created: 2017-10-25T12:40:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T13:32:19.000Z (over 3 years ago)
- Last Synced: 2025-03-25T04:17:25.701Z (about 1 year ago)
- Language: Shell
- Size: 24.4 KB
- Stars: 2
- Watchers: 7
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bfx-util
## Setup
The project inherits code from a base repository.
All new repositories should inheritate from the closest parent: `bfx-util-net-js` inherits from `bfx-util-js`; `bfx-util-js` inheritates from `bfx-svc-js` (the root service repository)
Add it with:
* File names: parent is rightmost (i.e `api.net.util.wrk.js` : wrk>util>net>api)
* Class names: parent is leftmost (i.e `WkrUtilNetApi`)