rikki-patterns

v0.1.0
🎽⚡️ Living pattern library generator. Move fast and don't break your patterns.
rikki design system pattern library styleguide generator

linter:js

eslint

lint:versions

NVM_VERSION=$(cat .nvmrc); NODE_VERSION=$(node --version); echo $NODE_VERSION | grep -q $NVM_VERSION && echo "✓ running node $NODE_VERSION - all clear" || (echo "✗ running node $NODE_VERSION - expected $NVM_VERSION. Use nvm to install the right version." && exit 1)

lint:js

npm run linter:js -s -- .

lint

npm run lint:versions -s && npm run lint:js -s

test

jest

test:watch

jest --coverage --watch

test:coverage

jest --coverage

test:ci

npm run lint -s && npm run test:coverage -s

coveralls

cat ./coverage/lcov.info | coveralls

pages

rm -rf pages && cp -R examples pages

deploy

./bin/deploy.sh

Metadata

  • MIT
  • >= 6.0.0
  • Springload
  • released 5/12/2017

Downloads

Maintainers