wayheming / wh-todo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wh-todo

  • Autoloader
  • CRUD
  • PHPCS
  • ESLint
  • Styles Lint (scss)
  • PHPUnit tests
  • e2e cypress tests
  • Code refactor

Commands

composer dumpautoload - Run autoload generate for tests
npx cypress verify - First time after Cypress install
vendor/bin/phpunit --configuration tests/php/phpunit.xml - Run unit tests
npm run build - CSS & JS build
npm run cypress - Run Cypress
npm run eslint - Fix JS code by standards
npm run stylelint - Fix SASS code by standards \

About


Languages

Language:PHP 68.2%Language:JavaScript 28.3%Language:SCSS 3.4%