1.0.1 • Published 9 years ago

generator-mobile-boilerplate v1.0.1

Weekly downloads
10
License
MIT
Repository
github
Last release
9 years ago

H5BP Mobile Boilerplate generator Build Status

Scaffolds out H5BP Mobile Boilerplate

Install

$ npm install --global generator-mobile-boilerplate

Usage

Run it with yo:

$ yo mobile-boilerplate

Output

├── 404.html
├── crossdomain.xml
├── css
│   ├── main.css
│   └── normalize.css
├── favicon.ico
├── humans.txt
├── img
│   ├── startup
│   │   ├── startup-retina-4in.png
│   │   ├── startup-retina.png
│   │   ├── startup-tablet-landscape-retina.png
│   │   ├── startup-tablet-landscape.png
│   │   ├── startup-tablet-portrait-retina.png
│   │   ├── startup-tablet-portrait.png
│   │   └── startup.png
│   └── touch
│       ├── apple-touch-icon-114x114-precomposed.png
│       ├── apple-touch-icon-144x144-precomposed.png
│       ├── apple-touch-icon-57x57-precomposed.png
│       ├── apple-touch-icon-72x72-precomposed.png
│       ├── apple-touch-icon-precomposed.png
│       └── apple-touch-icon.png
├── index.html
├── js
│   ├── helper.js
│   ├── main.js
│   ├── plugins.js
│   └── vendor
│       ├── modernizr-2.6.2.min.js
│       └── zepto.min.js
├── robots.txt
└── tools
    └── mobile-bookmark-bubble
        ├── COPYING
        ├── bookmark_bubble.js
        ├── example
        │   ├── example.html
        │   └── example.js
        └── images
            ├── arrow.png
            ├── close.png
            ├── generate_base64_images
            └── icon_calendar.png

License

MIT © Sindre Sorhus

1.0.1

9 years ago

1.0.0

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago