Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/