civic.json-cli is a command line interface that helps make civic.json easier to use. This tool will let you:
- Install a civic.json template to your repository
- Validate one that's already there.
It implements the civic.json (extended) specification, a (backwards compatible) modification to BetaNYC's original civic.json specification. The update aims to broaden civic.json's user base to include civic hackers inside and outside of government.
You can read more about that on the civic.json (extended) homepage or in its GitHub repository.
- Python 2.7 or 3.3+
- jsonschema to validate civic.json files against the schema
- requests to get the schema and template files from GitHub and ensure they're up to date
- An active internet connection
Run civicjson init from the base directory of your repository to initialize a civic.json file (with explanatory text).
Run civicjson validate from the folder containing your civic.json file. If there are any errors, it will output them to the console.