capo.js icon indicating copy to clipboard operation
capo.js copied to clipboard

Publish the core rules to npm

Open rviscomi opened this issue 2 years ago • 4 comments

Enable capo extensibility by publishing the capo ruleset to npm.

  • [x] Publish to npm
  • [ ] Write consumer-facing docs

rviscomi avatar Jun 19 '23 15:06 rviscomi

Rules are now in their own module: https://github.com/rviscomi/capo.js/blob/main/src/lib/rules.js

rviscomi avatar Jul 30 '23 18:07 rviscomi

https://www.npmjs.com/package/@rviscomi/capo.js

@danielroe how does that look? Hope that works for you.

rviscomi avatar Jul 31 '23 03:07 rviscomi

Just realized I'll also need to write a whole new class of documentation 😅

rviscomi avatar Jul 31 '23 03:07 rviscomi

Nice! 👌

Will refactor downstream to use this.

danielroe avatar Jul 31 '23 07:07 danielroe