parent
c7d02259ee
commit
cfb8a77a56
@ -0,0 +1,26 @@ |
||||
# Remix Analyzer |
||||
|
||||
## Install |
||||
|
||||
```sh |
||||
npm i remix-analyzer |
||||
``` |
||||
|
||||
## Contribute |
||||
|
||||
We need some better documentation. Besides that, we are always open to new features or bug reports. Open an issue or a pull request. |
||||
|
||||
### Tests |
||||
|
||||
Make sure that you add test cases. |
||||
|
||||
```sh |
||||
npm run test |
||||
``` |
||||
|
||||
The code style should conform to standard; make sure to your lint your code before submitting a PR. |
||||
|
||||
## License |
||||
|
||||
MIT (c) 2018 Remix Team |
||||
|
Loading…
Reference in new issue