Skip to content

Commit

Permalink
feat: updated generator
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 13, 2018
1 parent 6e96584 commit 87b5922
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 13 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

create-dxcli
=================

[![Version](https://img.shields.io/npm/v/.svg)](https://npmjs.org/package/)
[![Version](https://img.shields.io/npm/v/create-dxcli.svg)](https://npmjs.org/package/create-dxcli)
[![CircleCI](https://circleci.com/gh/dxcli/create-dxcli/tree/master.svg?style=svg)](https://circleci.com/gh/dxcli/create-dxcli/tree/master)
[![Appveyor CI](https://ci.appveyor.com/api/projects/status/fyhxf3w8gyqxv0ou/branch/master?svg=true)](https://ci.appveyor.com/api/projects/status/github/dxcli/create-dxcli
[![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/dxcli/create-dxcli?branch=master&svg=true)](https://ci.appveyor.com/project/heroku/create-dxcli/branch/master)
[![Codecov](https://codecov.io/gh/dxcli/create-dxcli/branch/master/graph/badge.svg)](https://codecov.io/gh/dxcli/create-dxcli)
[![Greenkeeper](https://badges.greenkeeper.io/dxcli/create-dxcli.svg)](https://greenkeeper.io/)
[![Known Vulnerabilities](https://snyk.io/test/npm/}/badge.svg)](https://snyk.io/test/npm/)
[![Downloads/week](https://img.shields.io/npm/dw/.svg)](https://npmjs.org/package/)
[![License](https://img.shields.io/npm/l/.svg)](https://github.com/dxcli/create-dxcli/blob/master/package.json)
[![Known Vulnerabilities](https://snyk.io/test/npm/create-dxcli/badge.svg)](https://snyk.io/test/npm/create-dxcli)
[![Downloads/week](https://img.shields.io/npm/dw/create-dxcli.svg)](https://npmjs.org/package/create-dxcli)
[![License](https://img.shields.io/npm/l/create-dxcli.svg)](https://github.com/dxcli/create-dxcli/blob/master/package.json)
19 changes: 19 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
environment:
nodejs_version: "9"
cache:
- '%LOCALAPPDATA%\Yarn -> appveyor.yml'
- node_modules -> package.json

install:
- ps: Install-Product node $env:nodejs_version x64
- yarn
test_script:
- yarn test
after_test:
- ps: |
$env:PATH = 'C:\msys64\usr\bin;' + $env:PATH
Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
bash codecov.sh
build: off

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Jeff Dickey @jdxcode",
"bin": "bin/run",
"dependencies": {
"generator-dxcli": "^1.0.1",
"generator-dxcli": "^1.2.2",
"yeoman-environment": "^2.0.5"
},
"devDependencies": {
Expand All @@ -17,10 +17,12 @@
"dxcli": {
"workflows": {
"test": [
"eslint ."
"eslint .",
"commitlint --from master"
],
"lint": [
"eslint ."
"eslint .",
"commitlint --from master"
]
}
},
Expand Down
74 changes: 70 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,13 @@ ajv@^5.1.0, ajv@^5.2.3, ajv@^5.3.0:
fast-json-stable-stringify "^2.0.0"
json-schema-traverse "^0.3.0"

alce@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/alce/-/alce-1.0.0.tgz#426184c98ee288d0eeac77fd63fed680b667cab6"
dependencies:
esprima "~1.0.4"
estraverse "~1.3.0"

align-text@^0.1.1, align-text@^0.1.3:
version "0.1.4"
resolved "https://registry.yarnpkg.com/align-text/-/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117"
Expand Down Expand Up @@ -700,6 +707,10 @@ color-name@^1.1.1:
version "1.1.3"
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"

colors@*:
version "1.1.2"
resolved "https://registry.yarnpkg.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63"

colors@1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262e82a40b"
Expand Down Expand Up @@ -940,6 +951,10 @@ deep-extend@^0.4.0, deep-extend@~0.4.0:
version "0.4.2"
resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.4.2.tgz#48b699c27e334bf89f10892be432f6e4c7d34a7f"

deep-extend@~0.2.5:
version "0.2.11"
resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.2.11.tgz#7a16ba69729132340506170494bc83f7076fe08f"

deep-is@~0.1.3:
version "0.1.3"
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
Expand Down Expand Up @@ -1187,6 +1202,10 @@ esprima@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.0.tgz#4499eddcd1110e0b218bacf2fa7f7f59f55ca804"

esprima@~1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/esprima/-/esprima-1.0.4.tgz#9f557e08fc3b4d26ece9dd34f8fbf476b62585ad"

esprima@~3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/esprima/-/esprima-3.0.0.tgz#53cf247acda77313e551c3aa2e73342d3fb4f7d9"
Expand All @@ -1208,6 +1227,10 @@ estraverse@^4.0.0, estraverse@^4.1.0, estraverse@^4.1.1:
version "4.2.0"
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.2.0.tgz#0dee3fed31fcd469618ce7342099fc1afa0bdb13"

estraverse@~1.3.0:
version "1.3.2"
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-1.3.2.tgz#37c2b893ef13d723f276d878d60d8535152a6c42"

esutils@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b"
Expand Down Expand Up @@ -1270,6 +1293,10 @@ expand-tilde@^1.2.2:
dependencies:
os-homedir "^1.0.1"

extend-object@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/extend-object/-/extend-object-1.0.0.tgz#42514f84015d1356caf5187969dfb2bc1bda0823"

extend-shallow@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f"
Expand Down Expand Up @@ -1424,6 +1451,15 @@ first-chunk-stream@^2.0.0:
dependencies:
readable-stream "^2.0.2"

fixpack@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/fixpack/-/fixpack-2.3.1.tgz#53f03d88aab7d5123259282f0088a9a3b19836c2"
dependencies:
alce "1.0.0"
colors "*"
extend-object "^1.0.0"
rc "^0.6.0"

flat-cache@^1.2.1:
version "1.3.0"
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-1.3.0.tgz#d3030b32b38154f4e3b7e9c709f490f7ef97c481"
Expand Down Expand Up @@ -1509,10 +1545,15 @@ gauge@~2.7.3:
strip-ansi "^3.0.1"
wide-align "^1.1.0"

generator-dxcli@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/generator-dxcli/-/generator-dxcli-1.0.1.tgz#5733f1369f5b058dbcc16aa3ae4a56c7c0c71997"
generator-dxcli@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/generator-dxcli/-/generator-dxcli-1.2.2.tgz#612ab4322f9fc02354e75acdf387e56cf4ed0279"
dependencies:
debug "^3.1.0"
fixpack "^2.3.1"
lodash "^4.17.4"
sort-pjson "^1.0.1"
ts-lodash "^4.0.11"
yeoman-generator "^2.0.1"
yosay "^2.0.1"

Expand Down Expand Up @@ -2580,7 +2621,7 @@ minimist@1.2.0, minimist@^1.1.0, minimist@^1.1.3, minimist@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"

minimist@~0.0.1:
minimist@~0.0.1, minimist@~0.0.7:
version "0.0.10"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"

Expand Down Expand Up @@ -3035,6 +3076,15 @@ randomatic@^1.1.3:
is-number "^3.0.0"
kind-of "^4.0.0"

rc@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/rc/-/rc-0.6.0.tgz#e1c930059af831c85413fe275ae2f40f4e3c5371"
dependencies:
deep-extend "~0.2.5"
ini "~1.3.0"
minimist "~0.0.7"
strip-json-comments "0.1.x"

rc@^1.1.6:
version "1.2.3"
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.3.tgz#51575a900f8dd68381c710b4712c2154c3e2035b"
Expand Down Expand Up @@ -3438,6 +3488,12 @@ sntp@2.x.x:
dependencies:
hoek "4.x.x"

sort-pjson@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/sort-pjson/-/sort-pjson-1.0.1.tgz#f8818cfd5a533a37b379f6abedb9e33a411ed861"
dependencies:
fixpack "^2.3.1"

source-map-resolve@^0.5.0:
version "0.5.1"
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.1.tgz#7ad0f593f2281598e854df80f19aae4b92d7a11a"
Expand Down Expand Up @@ -3621,6 +3677,10 @@ strip-indent@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68"

strip-json-comments@0.1.x:
version "0.1.3"
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-0.1.3.tgz#164c64e370a8a3cc00c9e01b539e569823f0ee54"

strip-json-comments@2.0.1, strip-json-comments@~2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
Expand Down Expand Up @@ -3731,6 +3791,12 @@ trim-off-newlines@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"

ts-lodash@^4.0.11:
version "4.0.11"
resolved "https://registry.yarnpkg.com/ts-lodash/-/ts-lodash-4.0.11.tgz#f668e2ad4b6cb3bcbeceb894cf0a8cde48b3cd85"
dependencies:
lodash "^4.17.4"

tunnel-agent@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"
Expand Down

0 comments on commit 87b5922

Please sign in to comment.