Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koistya/you-might-not-need-gulpjs
This project demonstrates how to use NPM/Yarn scripts in a way thay you could easily chain and parameterize them
https://github.com/koistya/you-might-not-need-gulpjs
automation babel gulp gulpjs node nodejs npm-scripts webpack yarn
Last synced: about 2 months ago
JSON representation
This project demonstrates how to use NPM/Yarn scripts in a way thay you could easily chain and parameterize them
- Host: GitHub
- URL: https://github.com/koistya/you-might-not-need-gulpjs
- Owner: koistya
- License: mit
- Created: 2018-04-18T07:59:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T07:59:54.000Z (almost 7 years ago)
- Last Synced: 2024-10-04T12:00:42.043Z (4 months ago)
- Topics: automation, babel, gulp, gulpjs, node, nodejs, npm-scripts, webpack, yarn
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# You might not need Gulp.js
This project demonstrates how to use [NPM][npm]/[Yarn scripts][yarn] in a way
thay you could easily chain and parameterize them.```bash
$ yarn build # Build the project
$ yarn start # Build in "watch" mode and launch the app
$ yarn deploy # Deploy to test/staging
$ yarn deploy-prod # Deploy to production
```* [`package.json`](package.json)
* [`scripts/build.js`](scripts/build.js)
* [`scripts/start.js`](scripts/start.js)
* [`scripts/deploy.js`](scripts/deploy.js)[npm]: https://docs.npmjs.com/misc/scripts
[yarn]: https://yarnpkg.com/lang/en/docs/cli/run/