๐๏ธ 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).