An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 5.8% on proxy.golang.org
Top 3.7% forks on proxy.golang.org

proxy.golang.org : github.com/Masterminds/Cookoo

Package cookoo is a Chain-of-Command (CoCo) framework for writing applications. * Building Web Apps with Cookoo: https://github.com/Masterminds/cookoo-web-tutorial * Building CLI Apps with Cookoo: https://github.com/Masterminds/cookoo-cli-tutorial A chain of command framework works as follows: To create a new Cookoo application, use cookoo.Cookoo(). This will configure and create a new registry, request router, and context. From there, use the Registry to build chains of commands, and then use the Router to execute chains of commands. Unlike other CoCo implementations (like Pronto.js or Fortissimo), Cookoo commands are just functions. There are four types of interrupts that you may wish to return: To learn how to write Cookoo applications, you may wish to examine the small Skunk application: https://github.com/technosophos/skunk.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/%21masterminds/%21cookoo
License: MIT
Latest release: over 9 years ago
First release: about 11 years ago
Namespace: github.com/Masterminds
Stars: 58 on GitHub
Forks: 12 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 22 days ago

    Loading...
    Readme
    Loading...