https://github.com/mgechev/revive.run
Website of the framework for static analysis of Go projects
https://github.com/mgechev/revive.run
documentation revive
Last synced: 24 days ago
JSON representation
Website of the framework for static analysis of Go projects
- Host: GitHub
- URL: https://github.com/mgechev/revive.run
- Owner: mgechev
- License: mit
- Created: 2018-10-30T19:46:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-14T16:19:33.000Z (over 1 year ago)
- Last Synced: 2025-05-07T02:28:58.175Z (24 days ago)
- Topics: documentation, revive
- Language: JavaScript
- Homepage: https://revive.run
- Size: 92.8 MB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Website of Revive
This website uses some of the content at https://github.com/mgechev/revive:
- The README.md file
- The rules in RULES_DESCRIPTIONS.mdOn each push to https://github.com/mgechev/revive, this repository will be redeployed automatically.
## Deployment
```
npm run build
git add .
git commit -am 'New deployment'
git push origin master
```## License
MIT