https://github.com/pixelass/imhotep
web build toolchain
https://github.com/pixelass/imhotep
ava babel prettier reactjs stylelint test toolchain typescript webpack
Last synced: 3 months ago
JSON representation
web build toolchain
- Host: GitHub
- URL: https://github.com/pixelass/imhotep
- Owner: pixelass
- License: mit
- Created: 2018-10-28T20:33:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-08T21:45:36.000Z (almost 7 years ago)
- Last Synced: 2025-04-08T17:52:37.287Z (about 1 year ago)
- Topics: ava, babel, prettier, reactjs, stylelint, test, toolchain, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 1.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```shell
imhotep build ## --watch
```
## webpack-dev-server
```shell
imhotep dev ## --hot
```
## prettier
```shell
imhotep format
```
## delete generated directories
```shell
imhotep clean
```
## stylelint
```shell
imhotep lint ## --fix
```
## create package
```shell
imhotep pack
```
## test
```shell
imhotep test ## --watch
```
## types
```shell
imhotep types ## --watch
```
## queue
```shell
imhotep clean babel types test lint ## --fix
```