Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nens/nenslint
Lint tool for checking your project's setup and for upgrading it to the most modern setup
https://github.com/nens/nenslint
Last synced: 4 days ago
JSON representation
Lint tool for checking your project's setup and for upgrading it to the most modern setup
- Host: GitHub
- URL: https://github.com/nens/nenslint
- Owner: nens
- License: gpl-3.0
- Created: 2013-03-11T12:29:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-03-19T10:24:25.000Z (over 11 years ago)
- Last Synced: 2024-04-12T01:12:29.200Z (7 months ago)
- Language: Python
- Size: 195 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.rst
Awesome Lists containing this project
README
nenslint: check and update your projects
==========================================Nenslint is both a "lint" tool that tells you what's wrong with your project's
setup *and* a helper tool that helps you fix it up.**Goal**: make it easy to bring your project up-to-date without having to know
details about many different aspects of our project setup. Who knows
everything about buildout? i18n setup details? This script should know *and
document it*.**Basic usage**: call it and it'll spit out improvements it finds. Extra commands
are available for help in fixing it up. If no problems are found, nothing is
printed::$ nenslint
You can pass ``-v`` or ``--verbose`` to see debug output::
$ nenslint -v
DEBUG: Looks ok: Do we have old .txt files in the project root?
DEBUG: Looks ok: Do we have a proper ``.gitignore`` file?.. note::
When you develop on nenslint, see the developer documentation in the sphinx docs.