Développement
Build
Commande pour réaliser la compilation avec Babel pour la distribution:
npm run build
Tests
Commandes pour réaliser les tests unitaires avec Mocha:
# Simple environment test
npm run test
# Development environment test with arguments.
npm run test:dev-arg
# Development environment test with no arguments.
npm run test:dev
# Production environment test.
npm run prod
Eslint fix
Commande pour réaliser les fix avec Eslint:
npm run eslint
Documentation