[gulp] gulp란?
2016. 8. 22. 17:08ㆍ[개발] 지식/node.js
http://gulpjs.com/
What is the gulp?
The streaming build system
- Automation - gulp is a toolkit that helps you automate painful or time-consuming tasks in your development workflow.
- Platform-agnostic - Integrations are built into all major IDEs and people are using gulp with PHP, .NET, Node.js, Java, and other platforms.
- Strong Ecosystem - Use npm modules to do anything you want + over 2000 curated plugins for streaming file transformations
- Simple - By providing only a minimal API surface, gulp is easy to learn and simple to use
Gulp란 node.js의 플러그인이자 stream기반의 빌드 시스템이다.
'[개발] 지식 > node.js' 카테고리의 다른 글
[웹서버 구축하기] Mongo DB 세팅 (0) | 2016.08.29 |
---|---|
[웹서버 구축하기]MongoDB 설치 (0) | 2016.08.29 |
[웹서버 구축하기] express 모듈 설치 (0) | 2016.08.26 |
[웹서버 구축하기] node.js 설치 (0) | 2016.08.26 |
[gulp] gulp 시작하기 (0) | 2016.08.22 |
<