JS library framework to decouple Drupal.
This repository contains multiple node packages administered with lerna.
Please read our code of conduct. Collaborating on this project signifies your acceptance of these ground-rules.
Development tasks: Run these commands either in this directory or in a ./packages/**
directory to apply them globally to all or only to one package:
npm run commit
– Commit after staging something for the interactive commitizen clinpm run build
– Build development and production bundlesnpm run build:dev
– Build only development bundlesnpm run build:prod
– Build only production bundlesnpm run lint
– Lint with eslintnpm run test
– Test (Currently only for all packages)