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.
- Host: GitHub
- URL: https://github.com/ntnyq/gulp-boilerplate
- Owner: ntnyq
- License: mit
- Created: 2019-01-08T11:42:58.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T08:49:18.000Z (7 months ago)
- Last Synced: 2025-06-08T05:59:50.551Z (4 months ago)
- Topics: autoprefixer, boilerplate, browsersync, format, gulp, html, imagemin, sass, scss
- Language: JavaScript
- Homepage:
- Size: 1.96 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gulp-boilerplate
[](https://github.com/ntnyq/gulp-boilerplate/actions)
[](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)