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

189 Commits

Author SHA1 Message Date
Jason Dreyzehner
62f79fd128 chore(release): 2.3.7 v2.3.7 2018-06-03 18:45:22 -04:00
Jason Dreyzehner
fa2aa5ba73 chore(package): update all dependencies 2018-06-03 18:44:28 -04:00
Jason Dreyzehner
579950f8ec chore(package): remove nsp, which is now integrated in node 10 2018-06-03 18:33:51 -04:00
Jason Dreyzehner
701dbbeb60 fix(package): fix info package script
Fixes #70
2018-06-03 18:23:02 -04:00
Jason Dreyzehner
75ccfb909c chore(release): 2.3.6 v2.3.6 2018-04-17 19:31:04 -04:00
Jason Dreyzehner
9445a0b120 docs(version): correct documentation on 'version' package script
Fixes #85
2018-04-17 19:29:42 -04:00
greenkeeper[bot]
0f8cee42b9 chore(package): update md5-file to version 4.0.0 (#83) 2018-04-11 14:14:20 -04:00
Rayner Pupo
b9d89ffd6c docs(readme): update section on 'doc' commands 2018-04-11 14:13:40 -04:00
greenkeeper[bot]
4ee18fb0ac chore(package): update @types/inquirer to version 0.0.41 (#82) 2018-04-03 20:40:22 -04:00
Jason Dreyzehner
536ac37719 chore(release): 2.3.5 v2.3.5 2018-03-29 00:54:56 -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
98d3c32ed1 chore(release): 2.3.4 v2.3.4 2018-03-27 22:00:31 -04:00
Jason Dreyzehner
8a9e9dd306 chore(package): update @types/inquirer to version 0.0.40 (#80)
Closes #79
2018-03-27 21:55:36 -04:00
Jason Dreyzehner
16571ca33e chore(release): 2.3.3 v2.3.3 2018-03-22 23:24:20 -04:00
Jason Dreyzehner
abd3a7bfa9 docs(package): clean up package keywords 2018-03-22 23:22:05 -04:00
Jason Dreyzehner
e73ceb274c docs(readme): remove standard-version badge (not useful enough) 2018-03-22 23:20:33 -04:00
Jason Dreyzehner
ce74756016 chore(release): 2.3.2 v2.3.2 2018-03-20 22:38:40 -04:00
Jason Dreyzehner
07f7a3648b ci(npm): cache node modules in each CI config 2018-03-20 22:20:51 -04:00
Jason Dreyzehner
58269703c5 docs(readme): fix Travis badge 2018-03-20 21:56:37 -04:00
Jason Dreyzehner
3ecd679ba2 chore(release): 2.3.1 v2.3.1 2018-03-20 21:39:56 -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
2f6c9a7743 chore(release): 2.3.0 v2.3.0 2018-03-15 22:57:31 -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
e39f22dec2 chore(package): update @types/inquirer and @types/execa 2018-03-15 22:19:17 -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
a92af582c8 docs(readme): move demo up, add other CI badges 2018-03-15 21:58:18 -04:00
Jason Dreyzehner
2b00dd0954 ci(Travis CI): add Travis configuration 2018-03-15 21:53:21 -04:00
Jason Dreyzehner
61cd420c96 ci(CircleCI): run tests on both node 8 and 9 2018-03-15 21:52:34 -04:00
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