📄️ Building a generator
Basketry follows the Unix design philosophy of “do one thing and do it well.” Each component ought to have a very small and very specific focus. This allows for Basketry components to be rearranged into countless project-specific pipelines without needing to develop any pipeline-specific code.
📄️ Building custom rules
Basketry follows the Unix design philosophy of “do one thing and do it well.” Each component ought to have a very small and very specific focus. This allows for Basketry components to be rearranged into countless project-specific pipelines without needing to develop any pipeline-specific code.
📄️ CLI Reference
init command
📄️ Config files
Single-project Configuration
📄️ Rule Helpers
Basketry Rules enforce certain API design guidelines. A Rule is a function that takes a Service object and returns an array of Violation objects. If no rule violations are found, the array will be empty).