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

53 Commits

Author SHA1 Message Date
Jason Dreyzehner
f033e7cebc chore(package): update dependencies (#194) 2019-07-09 23:29:27 -04:00
Jason Dreyzehner
12ad44608c ci(node): build on latest node lts (v10) and stable (v11) 2018-11-27 21:10:44 -05: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
445d362c3b test(integration): ignore package.json hash to avoid breaking Greenkeeper 2018-10-24 20:57:16 -04:00
Jason Dreyzehner
ecf8034552 chore(package): update dependencies (#121)
Closes #114, #116, #117
2018-09-22 14:34:21 -04:00
Jason Dreyzehner
8a692bff97 fix(dependencies): upgrade dependencies, fix issues caused by breaking changes 2018-08-21 01:46:02 -04:00
ShinDarth
960fb27cc7 Fix #108 2018-08-18 23:23:07 +02:00
Emmanuel Gautier
6eb50af5ce chore: npm ignore .vscode directory 2018-06-10 17:04:42 +02:00
Jason Dreyzehner
fa2aa5ba73 chore(package): update all dependencies 2018-06-03 18:44:28 -04:00
Jason Dreyzehner
9445a0b120 docs(version): correct documentation on 'version' package script
Fixes #85
2018-04-17 19:29:42 -04: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
07f7a3648b ci(npm): cache node modules in each CI config 2018-03-20 22:20:51 -04:00
Jason Dreyzehner
2ec3741182 fix(CLI): always update the year in LICENSE 2018-03-20 21:06:39 -04:00
Jason Dreyzehner
369a3b46b6 build(integration): clone properly from the local repo when in a detached HEAD state 2018-03-20 21:05:50 -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
Andrew Bradley
74c0900ad9 test(integration): normalize paths on Windows to match POSIX paths 2018-03-15 22:32:28 -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
49197071cd test(integration): clone master branch if integration tests run on detached HEAD 2018-03-15 22:01:27 -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
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
bdb4753073 ci(CircleCI): skip building gh-pages commits 2018-03-12 19:23:32 -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
7ae6ec868e fix(CLI): include node types when user selects Node.js project 2018-03-12 02:32:40 -04:00
Jason Dreyzehner
ac57abb921 docs(examples): remove examples (no longer needed) 2018-03-12 00:42:42 -04:00
Jason Dreyzehner
1990e125bd fix(CLI): link the correct bin from package.json 2018-03-12 00:11:37 -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
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
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
a676bdb7d7 refactor(tasks): work around https://github.com/DefinitelyTyped/DefinitelyTyped/pull/24209 2018-03-10 14:26:34 -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
Jason Dreyzehner
1111ba297e docs(typedoc): hide browser createHash function from TypeDoc, add description 2017-02-28 23:25:06 -05:00
Jason Dreyzehner
1fe0b10e63 fix(hash.js): correctly pre-build hash.js for the browser 2017-02-23 03:27:32 -05:00
Jason Dreyzehner
01f67d103a feat(browser): add browser build, tests, and sample sha256 library method 2017-02-23 03:06:55 -05:00