Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamranayub/webconfig
Web.config helper
https://github.com/kamranayub/webconfig
Last synced: 29 days ago
JSON representation
Web.config helper
- Host: GitHub
- URL: https://github.com/kamranayub/webconfig
- Owner: kamranayub
- Created: 2015-11-12T18:11:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T18:11:59.000Z (about 9 years ago)
- Last Synced: 2024-04-13T16:07:10.898Z (7 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Web Config Generator
A tool that makes it easy to generate sections of .NET web.config for common tasks such as configuring mime types and URL rewrite rules.
# Building
npm install gulp --global
npm install
gulpRecommend Visual Studio Code as it is configured by default with appropriate settings and Ctrl-Shift-B build tasks.