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

https://github.com/mcclowes/mcclowes-react-scripts

Custom build
https://github.com/mcclowes/mcclowes-react-scripts

Last synced: 9 months ago
JSON representation

Custom build

Awesome Lists containing this project

README

          

# mcclowes-react-scripts

Custom scripts, providing:

- eslint

# Run...

`npm publish`

### Publishing

```
git commit -am 'v' &&
git push &&
npm version patch &&
git push;
```