Skip to content

maps from web.config xml settings to cscfg and deployment settings

License

Notifications You must be signed in to change notification settings

wilron/service-settings

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

settings translation app

This can be used to take the settings from a web.config and translate them to csdef, cscfg, and deployment xml

this was bootstrapped by the excellent cycle-hot-reloading-example. A Cycle.js starter project with hot reloading using browserify and browserify-hmr. https://github.com/Widdershin/cycle-hot-reloading-example

##Usage

To get set up:

git clone https://github.com/kirkshoop/service-settings.git
cd service-settings
npm install
npm start

##Deployment

Deploy to Github pages.

git checkout gh-pages
git merge master --no-edit
npm run bundle
git add .
git commit -m "Update bundle"
git push origin gh-pages

Then visit http://username.github.io/repository. Your site should be online within 5 minutes or so.

About

maps from web.config xml settings to cscfg and deployment settings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 95.3%
  • HTML 3.7%
  • CSS 1.0%