Skip to content

rollo-zhou/riipa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yeoman generator

This is a yeoman webapp generator with gulpjs && livereload.

Scaffolds out a complete project directory structure for you:

.
├── app
│   ├── index.html
│   └── css
│   │   ├── less/
│   │   └── style.css
│   └── js
│   │   └── coffee
│   └── images/
│       └── gulplogo.png
├── node_modules/
├── bower.json
├── package.json
└── README.md

Getting Started

$ npm install -g yo

$ npm install -g generator-gulp-app

initiate the generator:

$ yo gulp-app

Start a local server to enable livereload:

$ gulp

License

MIT

console.log(JSON.stringify({"my_phone":"aaa_aa" ,"city_name":"aaa_aa"}).replace(/([a-z]+)()([a-z])([^"]+)(?=":)/g,function(s1,s2,s3,s4,s5){return s2+s4.toUpperCase()+s5})) console.log(JSON.stringify({"myPhone":"aaaAaa" ,"cityName":"aaaAaa"}).replace(/([a-z]+)([A-Z])([^"]+)+(?=":)/g,function(s1,s2,s3,s4){return s2+""+s3.toLowerCase()+s4}))

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published