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

https://github.com/chrisekelley/scripts

Scripts I use to make things work
https://github.com/chrisekelley/scripts

Last synced: 3 months ago
JSON representation

Scripts I use to make things work

Awesome Lists containing this project

README

        

# scripts
Scripts I use to make things work

This script deletes all docs except for _design docs.
```
pipenv run python bulkdelete.py couch-database-name
```