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

https://github.com/addepar/styleguides

The official Addepar code styleguides
https://github.com/addepar/styleguides

Last synced: 3 months ago
JSON representation

The official Addepar code styleguides

Awesome Lists containing this project

README

        

# Addepar Styleguides

Styleguides and lint/style configuration for Addepar codebases using NPM.

## Developing with this repo

```
npm i
```

## Releasing packages

Note that these packages are largely published on the public NPM registry.

To publish the latest version of each package with lerna:

```
npx lerna publish --otp SOME_OTP
```