0.2.3 • Published 10 years ago

generator-app-website v0.2.3

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

generator-app-website NPM version Dependency Status

Generator for an iOS or Android app website built with Metalsmith

Preview: live demo.

Installation

First, install Yeoman and generator-app-website using npm (we assume you have pre-installed node.js):

$ npm install -g yo generator-app-website

Then generate your new project:

$ yo app-website

Now go to the generated directory and start the server:

$ cd <app_name>-website
$ npm start

At this point, you should get a working website with your provided information. The only thing left to do is to replace the logo and screenshot images in source/img directory.

When you're done, publish your website using surge:

$ npm run deploy

To add your custom domain, follow these instructions (you don't need to create a CNAME file though — it was automatically generated for you).

License

MIT © Ayan Yenbekbay

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago