Skip to content

pixelass/imhotep

Repository files navigation

Imhotep

Imhotep is a collection of dev tools.

Included:

  • typescript
  • babel
  • browserslist
  • prettier
    • markdown
    • json
    • javascript
    • typescript
  • stylelint
    • a11y
    • animations
    • browser-features
  • ava
  • webpack
  • webpack-dev-server

webpack

imhotep build ## --watch

webpack-dev-server

imhotep dev ## --hot

prettier

imhotep format

delete generated directories

imhotep clean

stylelint

imhotep lint ## --fix

create package

imhotep pack

test

imhotep test ## --watch

types

imhotep types ## --watch

queue

imhotep clean babel types test lint ## --fix