Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudant-labs/Spellbook
Design Document Recipes & Reference
https://github.com/cloudant-labs/Spellbook
Last synced: 5 days ago
JSON representation
Design Document Recipes & Reference
- Host: GitHub
- URL: https://github.com/cloudant-labs/Spellbook
- Owner: cloudant-labs
- License: mit
- Created: 2013-10-24T16:04:38.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-19T13:54:37.000Z (almost 9 years ago)
- Last Synced: 2024-08-01T12:33:19.471Z (3 months ago)
- Language: JavaScript
- Size: 219 KB
- Stars: 12
- Watchers: 23
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - cloudant-labs/Spellbook - Design Document Recipes & Reference (others)
README
# Spellbook
Design Document Recipes & Reference for use with
[Cloudant](http://cloudant.com/) and [Apache CouchDB](http://couchdb.apache.org/).## Contributing
0. fork this repo
1. add a directory for your design document
2. contents should be in the [CouchApp filesystem mapping format](http://couchapp.org/page/filesystem-mapping)
3. include a different LICENSE file if needed
3.1. use something "permissive" for the widest reach ([MIT](http://choosealicense.com/licenses/mit/),
[BSD](http://choosealicense.com/licenses/bsd/), & [Apache](http://choosealicense.com/licenses/apache/) are great!)
4. test it!
5. add it to this readme and report compatibility
6. send us a Pull Request!## License
[MIT](http://opensource.org/licenses/mit)