Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/koistya/nuget-gulp

Gulp.js NuGet Package for Visual Studio. Gulp.js is a Node.js-based streaming build system for client-side code (HTML, LESS, SASS, JSX...); it's a newer promising alternative to Grunt.js
https://github.com/koistya/nuget-gulp

Last synced: 15 days ago
JSON representation

Gulp.js NuGet Package for Visual Studio. Gulp.js is a Node.js-based streaming build system for client-side code (HTML, LESS, SASS, JSX...); it's a newer promising alternative to Grunt.js

Awesome Lists containing this project

README

        

# Gulp.js NuGet Package   [![Tips](http://img.shields.io/gratipay/koistya.svg?style=flat)](https://gratipay.com/koistya)

> This [NuGet](http://www.nuget.org) package allows you to add [Gulp.js](http://gulpjs.com/)
> support to your Visual Studio projects.

https://www.nuget.org/packages/Gulp.js

### How to Install

```bash
nuget.exe install gulp.js
```

or via NuGet Package Manager Console:

```bash
Install-Package gulp.js
```

### Getting Started

Just install the package using NuGet as shown above and you can start using it
inside the Package Manager Console. Make sure that the current directory is
changed to your project's folder and you can run Gulp.js commands just as you
would expect (e.g. "gulp build --production" etc.).

For more information on how to configure Gulp.js build system, please visit:
http://gulpjs.com

### Support

Found an issue, have a comment or feature suggestion?
[Leave it](https://github.com/koistya/nuget-gulp/issues/new) here:

[https://github.com/koistya/nuget-gulp/issues](https://github.com/koistya/nuget-gulp/issues)

Contributions of any kind are welcome!

### Credits

Brought to you by Konstantin Tarkus ([@koistya](https://twitter.com/koistya)).

### License

This project is licensed under **the MIT License** (MIT). Refer to
[LICENSE.txt](https://github.com/koistya/nuget-gulp/blob/master/LICENSE.txt)
for more information.