Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/signalsciences/jsdx
Javascript presets, tools, and configs used by Signal Sciences
https://github.com/signalsciences/jsdx
frontend
Last synced: 2 days ago
JSON representation
Javascript presets, tools, and configs used by Signal Sciences
- Host: GitHub
- URL: https://github.com/signalsciences/jsdx
- Owner: signalsciences
- License: mit
- Created: 2018-12-18T22:19:19.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T20:15:27.000Z (over 1 year ago)
- Last Synced: 2024-11-08T00:13:40.667Z (11 days ago)
- Topics: frontend
- Language: JavaScript
- Homepage:
- Size: 1.9 MB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# jsdx
Collection of opinionated javascript tools, presets, and configs to streamline
developer experience at Signal Sciences.Refer to `/packages` for installation and usage.
## :rotating_light: NOTICE :rotating_light:
Effective **May 17th 2021** the default branch will change from `master` to `main`. Run the following commands to update a local clone:
```
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -
```