cf83d169db
When we end up wiring this to the database, this generator will also ensure uniqueness by appending/incrementing a number on the end of the slug. Long term it would be good to offload this to a shared slug service, this could also ensure that slugs are unique globally or between multiple tables, if desired |
||
---|---|---|
.. | ||
src | ||
test | ||
.eslintrc.js | ||
package.json | ||
README.md | ||
tsconfig.json |
Collections
Manages everything to do with Collections
Usage
Develop
This is a monorepo package.
Follow the instructions for the top-level repo.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Test
yarn lint
run just eslintyarn test
run lint and tests