1
0
mirror of synced 2025-11-08 12:57:47 +00:00
Commit Graph

156 Commits

Author SHA1 Message Date
Andrew Bradley
89722a4dd2 fix(CLI): update execa to fix bug on Windows
Fixes #72
2018-03-15 21:48:24 -04:00
Jason Dreyzehner
f315fa4d5d fix(package): switch to double quotes because single quotes break on Windows 2018-03-15 21:41:53 -04:00
Jason Dreyzehner
1d9ec7e589 ci(appveyor): add appveyor configuration 2018-03-15 21:35:38 -04:00
Jason Dreyzehner
e99dd8f64e chore(release): 2.2.0 v2.2.0 2018-03-15 21:17:30 -04:00
Jason Dreyzehner
3f8123eaf5 docs(prettierignore): explain purpose 2018-03-15 21:14:55 -04:00
Jason Dreyzehner
24ef06e1fe feat(CLI): add support for TYPESCRIPT_STARTER_REPO_BRANCH process.env, default to tag of current rel 2018-03-15 21:12:59 -04:00
Jason Dreyzehner
e68eddbe12 chore(release): 2.1.1 v2.1.1 2018-03-13 20:42:18 -04:00
Jason Dreyzehner
83fdc67c50 fix(CLI): allow scoped npm package names
switch to npm's validate-npm-package-name internally

Fixes #68
2018-03-13 20:40:37 -04:00
Jason Dreyzehner
0bb76c24e6 test(integration): use normalize from 'path' module rather than custom implementation 2018-03-13 18:12:09 -04:00
Andrew Bradley
a66193547b test(Windows): fix failing tests on Windows 2018-03-13 17:43:44 -04:00
Jason Dreyzehner
3fd758eb54 chore(release): 2.1.0 v2.1.0 2018-03-12 19:24:30 -04:00
Jason Dreyzehner
bdb4753073 ci(CircleCI): skip building gh-pages commits 2018-03-12 19:23:32 -04:00
Jason Dreyzehner
173008b1d2 docs(readme): update build badge 2018-03-12 19:13:53 -04:00
Jason Dreyzehner
5aa6eb9448 docs(readme): update demo 2018-03-12 19:09:54 -04:00
Jason Dreyzehner
7e4ba94171 feat(CLI): add smaller ascii art for clients with 74-84 columns 2018-03-12 19:09:29 -04:00
Jason Dreyzehner
a8e0162846 chore(release): 2.0.3 v2.0.3 2018-03-12 04:01:42 -04:00
Jason Dreyzehner
8f00ac497c docs(readme): add animated demo.svg, image of watch task 2018-03-12 03:59:07 -04:00
Jason Dreyzehner
83faec740b chore(release): 2.0.2 v2.0.2 2018-03-12 02:34:01 -04:00
Jason Dreyzehner
7ae6ec868e fix(CLI): include node types when user selects Node.js project 2018-03-12 02:32:40 -04:00
Jason Dreyzehner
a89a03a760 ci(CircleCI): ignore the gh-pages branch 2018-03-12 02:17:15 -04:00
Jason Dreyzehner
701b577753 chore(release): 2.0.1 v2.0.1 2018-03-12 01:06:24 -04:00
Jason Dreyzehner
ac57abb921 docs(examples): remove examples (no longer needed) 2018-03-12 00:42:42 -04:00
Jason Dreyzehner
b1110bcd2d chore(merge): v2 2018-03-12 00:13:37 -04:00
Jason Dreyzehner
1990e125bd fix(CLI): link the correct bin from package.json 2018-03-12 00:11:37 -04:00
Jason Dreyzehner
b65ab1bbd3 chore(release): 2.0.0 v2.0.0 2018-03-11 23:51:08 -04:00
Jason Dreyzehner
d86fc02cee docs(readme): clarify release options 2018-03-11 23:43:20 -04:00
Jason Dreyzehner
3bf7a7ea0b feat(CLI): implement strict, immutable, and vscode options 2018-03-11 17:00:50 -04:00
Jason Dreyzehner
583915a99e refactor(CLI): handle new options 2018-03-11 16:24:25 -04:00
Jason Dreyzehner
ee930cc8e9 feat(CLI): begin adding extra configuration options 2018-03-11 04:33:45 -04:00
Jason Dreyzehner
c93c9dbb9d fix(codecov): prefix with npx 2018-03-11 03:14:12 -04:00
Jason Dreyzehner
11509cf1cb fix(CLI): automatically remove the CLI's dependencies 2018-03-11 03:08:00 -04:00
Jason Dreyzehner
b08c6384de ci(codecov): fix coverage sending 2018-03-11 01:41:13 -05:00
Jason Dreyzehner
66e395ef94 test(CLI): clarify sandboxed tests 2018-03-11 01:39:01 -05:00
Jason Dreyzehner
a8e33afe0b fix(CLI): automatically remove a CLI-related part of tsconfig.module.json 2018-03-11 01:16:18 -05:00
Jason Dreyzehner
325ebba0da test(CLI): add another sandboxed test (with options inverted) 2018-03-11 00:51:51 -05:00
Jason Dreyzehner
a0541f9f9b refactor(CLI): modularize more, test more 2018-03-11 00:00:24 -05:00
Marty Alcala
e406917ff8 build(tslint): remove unnecessary path, let tslint use tsconfig 2018-03-10 17:42:23 -05:00
Jason Dreyzehner
1e2c5930f0 test(CLI): cover all the things 2018-03-10 16:37:42 -05:00
Jason Dreyzehner
18e71a16aa build(CircleCI): push coverage before running the coverage check 2018-03-10 15:53:16 -05:00
Jason Dreyzehner
58688fc9d9 feat(CLI): don't attempt to commit if user.name/email is not set 2018-03-10 15:48:13 -05:00
Jason Dreyzehner
abef54a412 fix(CLI): use placeholders for email, name, and GitHub username 2018-03-10 15:17:53 -05:00
Jason Dreyzehner
41ac31532f fix(CLI): if git config user.name/email fails, use a placeholder rather than failing 2018-03-10 15:01:06 -05:00
Jason Dreyzehner
63132c2106 chore(package): update @types/update-notifier
Includes https://github.com/DefinitelyTyped/DefinitelyTyped/pull/24098
2018-03-10 14:41:18 -05:00
Jason Dreyzehner
8b9ac04810 ci(CircleCI): send coverage to codecov after test 2018-03-10 14:36:09 -05:00
Jason Dreyzehner
e42c8923ef ci(CircleCI): switch from Travis CI to CircleCI 2018-03-10 14:33:03 -05:00
Jason Dreyzehner
a676bdb7d7 refactor(tasks): work around https://github.com/DefinitelyTyped/DefinitelyTyped/pull/24209 2018-03-10 14:26:34 -05:00
Jason Dreyzehner
cc384e7fa4 build(greenkeeper): ignore updates to @types/node
this project will stick to the latest LTS release
2018-03-10 14:22:26 -05:00
Jason Dreyzehner
260a7d37bb feat(CLI): v2 2018-03-10 14:01:34 -05:00
micahriggan
335a988dd8 refactor(cli): missing comma and simplifying a ternary 2018-02-22 11:44:20 -05:00
Jason Dreyzehner
76336c88db feat(CLI): create CLI, begin work on v2 2018-02-22 02:20:38 -05:00