1
0
mirror of synced 2025-11-09 05:17:24 +00:00
Commit Graph

25 Commits

Author SHA1 Message Date
Jason Dreyzehner
c16e8589f3 fix: avoid adding WASM example without DOM definitions (#244)
also add tooling for reviewing integration test results

fix #243
2020-09-08 19:18:36 -04:00
Jason Dreyzehner
390041b510 feat: TS v4, tslint -> eslint, add cspell support (#240)
Update all dependencies, migrate from tslint (deprecated) to typescript-eslint, and add support for
cspell.

BREAKING CHANGE: migrated from tslint (deprecated) to eslint.
2020-09-01 19:13:25 -04:00
Didier Demoniere
710bf3e871 fix(cli): fix coverage commands 2019-09-09 15:30:45 -04:00
Ryan Johnston
3896ed1f09 fix(cli): fix typo that was causing missing dependency in build output 2019-09-07 20:27:11 -04:00
Jason Dreyzehner
26726f37ec fix(cli): include npm-scripts-info in generated dev dependencies
fix #175
2019-07-10 13:41:10 -04:00
Jason Dreyzehner
f033e7cebc chore(package): update dependencies (#194) 2019-07-09 23:29:27 -04:00
John Slemmer
728ae3f879 chore(editorconfig): add .editorconfig (#131)
Closes #128
2018-11-27 20:42:35 -05:00
Jason Dreyzehner
82b7f45923 fix(tslint): silence some unnecessary tslint warnings 2018-11-27 00:02:58 -05:00
Jason Dreyzehner
58911f2d92 fix(CLI): set the name in package.json during generation
Fixes #81
2018-03-29 00:53:49 -04:00
Jason Dreyzehner
2ec3741182 fix(CLI): always update the year in LICENSE 2018-03-20 21:06:39 -04:00
Jason Dreyzehner
1e14d03596 fix(CLI): remove exports of deleted files for non-Node.js projects 2018-03-20 20:42:03 -04:00
Jason Dreyzehner
2e0a9ab98d fix(CLI): properly remove the bin from all new projects 2018-03-20 20:39:43 -04:00
Jason Dreyzehner
bdaafaaac0 feat(CLI): add Travis CI and Appveyor CI as extra options
Closes #69
2018-03-15 22:55:40 -04:00
Jason Dreyzehner
0c3bbcf581 test(integration): include dot files in hashes, remove new CI configs from output 2018-03-15 22:15:02 -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
ac57abb921 docs(examples): remove examples (no longer needed) 2018-03-12 00:42:42 -04:00
Jason Dreyzehner
3bf7a7ea0b feat(CLI): implement strict, immutable, and vscode options 2018-03-11 17:00:50 -04:00
Jason Dreyzehner
11509cf1cb fix(CLI): automatically remove the CLI's dependencies 2018-03-11 03:08:00 -04: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
Jason Dreyzehner
1e2c5930f0 test(CLI): cover all the things 2018-03-10 16:37:42 -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
260a7d37bb feat(CLI): v2 2018-03-10 14:01:34 -05:00