Move Core Rules Assistant into the monorepo
jedrichards opened this issue · 2 comments
jedrichards commented
QA
- Git clone
git@github.com:sketch-hq/sketch-assistants.git
- Checkout the PR branch
git checkout feature/add-core-rules
- In the repo root run
yarn
- Still in the repo root run
yarn build
For the three assistants tidy
, reuse-suggestions
and naming-conventions
ensure that they can still be packaged and added to Sketch locally, and they generate the expected violations.
E.g.
cd assistants/tidy
yarn package-tarball
# Then "Add from Disk" in Sketch Experimental
smithzoo commented
Testing 6c7fd70d
with current Experimental 67 (97808).
- Git clone
git@github.com:sketch-hq/sketch-assistants.git
- Checkout the PR branch
git checkout feature/add-core-rules
- In the repo root run
yarn
- Still in the repo root run
yarn build
cd
assistants/reuse-suggestionsyarn package-tarball
- Install
sketch-hq-sketch-reuse-suggestions-assistant-v5.0.0-next.9
via disk in Experimental - Add a shape and duplicate is a few times
- Add a text layer and duplicate is a few times
- View the Assistant results
jedrichards commented
@smithzoo This is ready for another test using same steps as above 🙇.