Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/koistya/nuget-gulp
- Owner: koistya
- License: mit
- Created: 2014-02-02T01:47:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-19T16:56:34.000Z (about 10 years ago)
- Last Synced: 2024-10-03T18:38:00.483Z (about 1 month ago)
- Language: Shell
- Homepage: https://www.nuget.org/packages/Gulp.js
- Size: 684 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.