Skip to content

Commit

Permalink
Added:
Browse files Browse the repository at this point in the history
prompts up to repo (Bower, http, NPM)
local git info
global config

Squashed commits:
[464dfca] Simplify git code
[f59926c] Remove `default` from config

Use version to detect defaultConfig
[e4bf7f3] Stop using _globalConfig

Use rc and save global config at ~/.generator-typingsrc
[496daed] Add tape-browserify test script
[0835794] update options
[854e746] Use _globalConfig to update global store
[92be587] Add updateTemplate option
[10a6717] Fix template version
[de722ed] Update test
[8884624] intirm
[72a6cc6] Add fullname and email question
[090a699] Conver to use simpleGit instead of NodeGit
[cdb1746] Flatten
[9f61795] Update questions
[d0a83c6] Change to before_install
[54483cc] testing bower
[0ee3da2] remove sudo
[fc8ee54] Move bower down?
[7140030] Add sudo to travis
[2752b09] Installing bower locally?
[7a10941] Add skipPrompt for testing.

Got url from repo
[3a33e03] Add bower to travis
[85722f3] Add load repo. Add test
[86f70ce] Add libstdc++ 4.9
[059f4a4] Add usage,platform, beta test
[bfb06eb] For Bower: get main
[6567075] Add support for bower
[f1391d3] Update readme
  • Loading branch information
unional committed Apr 17, 2016
1 parent e453555 commit 7c5d91b
Show file tree
Hide file tree
Showing 6 changed files with 621 additions and 121 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,13 @@ branches:

node_js:
- "stable"

before_install:
- npm install -g bower

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libstdc++-4.9-dev
Loading

0 comments on commit 7c5d91b

Please sign in to comment.