An open API service indexing awesome lists of open source software.

https://github.com/ntnyq/gulp-boilerplate

:beer: Multi-pages project boilerplate based on gulp@v5.
https://github.com/ntnyq/gulp-boilerplate

autoprefixer boilerplate browsersync format gulp html imagemin sass scss

Last synced: 4 months ago
JSON representation

:beer: Multi-pages project boilerplate based on gulp@v5.

Awesome Lists containing this project

README

          

# gulp-boilerplate

[![CI](https://github.com/ntnyq/gulp-boilerplate/workflows/CI/badge.svg)](https://github.com/ntnyq/gulp-boilerplate/actions)
[![LICENSE](https://img.shields.io/github/license/ntnyq/gulp-boilerplate.svg)](https://github.com/ntnyq/gulp-boilerplate/blob/main/LICENSE)

> Multi-pages project boilerplate based on gulp@v5.

## Usage

```bash
# Install dependencies
pnpm install

# Start dev server
pnpm run dev

# Build for production
pnpm run build

# Build for production with minified outputs
pnpm run build:minify
```

## Features

- [x] 🍺 Gulp v5
- [x] 📦 Package manage via pnpm
- [x] 🦾 Strong typecheck via TypeScript
- [x] 🚦 Babel, PostCSS, Base64, Sass and etx
- [x] 📥 Code style check before git commit via husky, nano-staged, eslint

## License

[MIT](./LICENSE) License © 2024 to PRESENT [ntnyq](https://github.com/ntnyq)