Skip to content

Instantly share code, notes, and snippets.

@ArturT
Last active January 4, 2025 18:06
Show Gist options
  • Save ArturT/73616cd1d9c059a1b134941db22d35b9 to your computer and use it in GitHub Desktop.
Save ArturT/73616cd1d9c059a1b134941db22d35b9 to your computer and use it in GitHub Desktop.
Knapsack Pro - how to start - installation
# for Ruby users (add to Gemfile)
$ gem install knapsack_pro
# for Cypress users
$ npm install --save-dev @knapsack-pro/cypress
# for Jest users
$ npm install --save-dev @knapsack-pro/jest
# for Vitest users
$ npm install --save-dev @knapsack-pro/vitest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment