ft-interactive/generator-ftnewsapp

Name: generator-ftnewsapp

Owner: FT Interactive News

Description: null

Created: 2014-03-10 12:29:47.0

Updated: 2016-02-23 12:28:02.0

Pushed: 2017-10-20 13:22:34.0

Homepage: null

Size: 91

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

OBSOLETE

Please use the Project Starter Kit instead.

FT News App Generator Build Status

Yeoman generator that scaffolds out an FT interactive graphic/news app.

Installing the generator
npm install -g generator-ftnewsapp
How to use
Generating a new project
  1. Ensure you've got the latest versions of everything: sudo npm install -g yo bower generator-ftnewsapp

  2. Make a new directory and cd into it, then run the generator: yo ftnewsapp

Developing
Deploying

You will need an .igdeploy file (ideally in your home directory, so it works for all your projects), which should look like this:


sername": "John.Smith",
assword": "kittens",
ost": "example.com"

Check with Callum or Luke what the host should be.

If you deploy something broken by mistake, you can do grunt undodeploy:live (or grunt undodeploy:demo). This will revert it to the last version. But note you can only do this once; only one history state is saved.

Options

Flags you can use when running yo ftnewsapp:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.