Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 -
```