Kenneth Chau
7d70b1cac6
Stack upgrades with devdeps ( #70 )
...
* update the package.json to be upgrade-stack compatible
* touching up stack to make it use latest scripts and task
* change file
* unused import
* automerge with owner's approval
* trying another time
2019-04-18 18:46:30 -07:00
kchau@microsoft.com
9f5790273e
Applying package updates.
2019-04-17 23:43:45 +00:00
Kenneth Chau
87519d3483
Adding upgrade-stack task back to the mix ( #69 )
...
* WIP: refactoring upgrade-repo to support the same thing for upgrade-stack
* fixing tasks to work with both upgrade repo and stack
* get rid console
* change file
2019-04-17 16:39:01 -07:00
kchau@microsoft.com
c53d78761a
Applying package updates.
2019-04-17 00:09:58 +00:00
Kenneth Chau
ffc18ff2a5
Extensible task: adding a way to inject a task after another task even after having been registered ( #68 )
...
* WIP: expose wrapped tasks rather than undertaker tasks
* adding a way to inject a task after it has been defined perhaps in a rpeset
* change file
* export interfaces
* fixing typing with taskfunction
* revert the awful detyping and now use a different tact for tasks
* restoring the wrap task
* restoring some changes back to before rfactor
2019-04-16 17:04:28 -07:00
kchau@microsoft.com
7019bf09de
Applying package updates.
2019-04-16 19:33:20 +00:00
Kenneth Chau
45102ecf78
Added add-package scenario test; also added ability to pass params to add-package script ( #67 )
...
* fixing a require statement now that we are not webpacking the webpack task
* change file
* just made the scenario test pass for add package!
* removing change file
* change file
2019-04-16 12:28:14 -07:00
kchau@microsoft.com
63c9f03928
Applying package updates.
2019-04-15 21:26:42 +00:00
Kenneth Chau
74cecd9b29
Webpack task fix to use the correct require() ( #66 )
...
* fixing a require statement now that we are not webpacking the webpack task
* change file
2019-04-15 14:22:34 -07:00
kchau@microsoft.com
759e63a71b
Applying package updates.
2019-04-12 21:17:41 +00:00
Kenneth Chau
df56af1814
Docs: adding some docs on just-stack upgrades ( #65 )
...
* update readme for contributors
* WIP: upgrade-repo documentation
* WIP: adding stacks documentation
* adding upgrade instructions
* docs
2019-04-12 14:13:18 -07:00
kchau@microsoft.com
9916011d09
Applying package updates.
2019-04-11 18:27:56 +00:00
Kenneth Chau
7bb9e9b1af
Stack lockfile to be in the root of the repo; fix tsconfig of templates ( #64 )
...
* make the just-stack.json write out to a specific installed version of stack
* change file
* moving the lock file to be saved in the root of the monorepo
* make tsconfig only include src files in the generated packages
* change file
* change file
2019-04-11 11:23:39 -07:00
kchau@microsoft.com
37a57ff6bd
Applying package updates.
2019-04-10 21:52:06 +00:00
Kenneth Chau
5f3a1ed1e5
Template updates ( #61 )
...
* updates to templates to use newer versions of deps and minor adjustments
* Fixing add package task
* changefile
2019-04-10 14:47:44 -07:00
kchau@microsoft.com
a38d8e1e8f
Applying package updates.
2019-04-10 20:30:38 +00:00
Kenneth Chau
43c9b9b52d
Upgrade: now uses the diff-match-patch to upgrade stacks that has been realized ( #60 )
...
* making upgrade process use a devdep instead of extra just.stacks key in package.json
* change files
* nicer error messages
* applies patches with diff-match-patch instead of doing git diff / apply
* patching works!
* fixing if no diffinfo is found to upgrade
* fixing per PR feedback
2019-04-10 13:26:15 -07:00
kchau@microsoft.com
b81b8e893d
Applying package updates.
2019-04-05 22:59:13 +00:00
Kenneth Chau
338bb4cdc4
Install path fix again ( #59 )
...
* fixing find install stack again
* change file"
"
2019-04-05 15:54:41 -07:00
kchau@microsoft.com
0ed3b3dd82
Applying package updates.
2019-04-05 21:18:13 +00:00
Kenneth Chau
68f961aa72
Installed stack - finding the installed stacks at the right location ( #58 )
...
* find installed stacks from the right location
* change file
2019-04-05 14:14:00 -07:00
Kenneth Chau
9326232ae4
Scenario Testing - Part 1 ( #55 )
...
* WIP: adding scenario-tests
* Scenario test part 1 feature complete
* revert exec changes
* fixing up code review comments
2019-04-03 12:43:26 -07:00
kchau@microsoft.com
2cd5ed7768
Applying package updates.
2019-03-29 20:31:33 +00:00
Elizabeth Craig
97c4237b3d
Don't webpack just-scripts ( #53 )
2019-03-29 13:28:41 -07:00
Kenneth Chau
54210afd03
Fix jest tests for just-task. Also adds npm test in PR builds ( #54 )
...
* fix tests
* change files
* run all tests
2019-03-29 13:20:15 -07:00
kchau@microsoft.com
be3e45e40c
Applying package updates.
2019-03-12 20:07:18 +00:00
Elizabeth Craig
f767420d1d
Exec error handling improvements ( #50 )
2019-03-12 13:04:20 -07:00
kchau@microsoft.com
4a2ff7a7a6
Applying package updates.
2019-02-27 06:19:32 +00:00
Elizabeth Craig
f8934768c4
Fix webpack task to handle config arrays ( #48 )
2019-02-26 22:16:50 -08:00
kchau@microsoft.com
e8ed2a72f7
Applying package updates.
2019-02-24 04:07:27 +00:00
Kenneth Chau
079eec6d33
Fix just-task not building ( #46 )
...
* fix break just-task resolve so that builds work again
* change file
2019-02-23 20:04:52 -08:00
kchau@microsoft.com
299be503b6
Applying package updates.
2019-02-22 23:37:36 +00:00
Elizabeth Craig
5d0530f33b
Consistent interface naming ( #45 )
2019-02-22 15:34:56 -08:00
kchau@microsoft.com
805ca6db7d
Applying package updates.
2019-02-22 22:50:01 +00:00
Elizabeth Craig
507e49d7e0
Move exec to just-scripts-utils ( #42 )
2019-02-22 14:47:24 -08:00
kchau@microsoft.com
a92ccf202b
Merge branch 'publish-1550862218622'
2019-02-22 19:04:23 +00:00
kchau@microsoft.com
ba7949a6c3
Applying package updates.
2019-02-22 19:03:38 +00:00
Elizabeth Craig
7cec0588f1
Add custom reporter and shared config for tests ( #41 )
2019-02-22 11:01:11 -08:00
Elizabeth Craig
d810c0f746
Update package metadata ( #43 )
...
* Add repository and description fields to package.json
* Add repository field to templates' package.json
2019-02-22 11:01:00 -08:00
kchau@microsoft.com
9c1d65810f
Applying package updates.
2019-02-22 18:39:56 +00:00
Elizabeth Craig
b5d7670160
Fix return types of task factories ( #44 )
2019-02-22 10:37:18 -08:00
kchau@microsoft.com
78fe754b36
Applying package updates.
2019-02-22 16:58:03 +00:00
Elizabeth Craig
c982be80e8
Add tests for resolve ( #40 )
2019-02-22 08:55:24 -08:00
kchau@microsoft.com
07930b033e
Applying package updates.
2019-02-21 23:25:53 +00:00
Elizabeth Craig
79879287e9
Add just-task-logger package ( #39 )
2019-02-21 15:23:12 -08:00
kchau@microsoft.com
26f06760c4
Applying package updates.
2019-02-21 22:15:15 +00:00
Kenneth Chau
f83d8eaa4f
Adds a Sourcemap support to just-scripts ( #37 )
...
* enable sourcemaps
* change file
2019-02-21 14:12:25 -08:00
kchau@microsoft.com
ce0d464113
Applying package updates.
2019-02-21 04:41:31 +00:00
Elizabeth Craig
5a7f3d2ee2
Template fixes ( #36 )
...
* Fix version-policies validation error
* fix webpack version in template
* Remove extra files from template before running rush update
2019-02-20 20:38:53 -08:00
kchau@microsoft.com
285d5f932f
Applying package updates.
2019-02-20 23:17:15 +00:00
Elizabeth Craig
0af5e474f2
Lock dep versions, update gitignores ( #20 )
...
* add *.scss.ts to gitignores
* lock certain dep versions
* shrinkwrap and change files
2019-02-20 15:14:29 -08:00
kchau@microsoft.com
18e745584e
Applying package updates.
2019-02-20 16:30:03 +00:00
Elizabeth Craig
1aae884af9
Template updates ( #18 )
...
* minor test update
* config updates
* Add settings.json to templates
* gitignore more files in templates
* Remove unneeded gitattributes files
* Simplify monorepo rush config + add comments
* Fix up uifabric template deps
* change files
2019-02-20 08:27:03 -08:00
kchau@microsoft.com
36311bb693
Applying package updates.
2019-02-13 22:31:47 +00:00
Elizabeth Craig
5e53931f85
Tests and error handling for transform ( #17 )
...
* minor update to rushAddPackage error handling
* Add yargs mock for logger
* Tests and error handling for transform
* transform => applyTemplate
* lots of change files
* test update
* tested the tests on window
2019-02-13 14:28:54 -08:00
Elizabeth Craig
0f9e208b51
findMonoRepoRootPath tests + readPackageJson handles invalid JSON ( #12 )
2019-02-06 16:36:45 -08:00
Elizabeth Craig
d5d1e28e19
Rush utility testing and error handling ( #15 )
...
* Rush utility testing and error handling
* fix build error and add more error checking
2019-02-06 15:55:42 -08:00
Elizabeth Craig
dd976eb494
Add tests and error handling for mergePackageJson and prettyPrintMarkdown ( #14 )
...
* mergePackageJson tests
* prettyPrintMarkdown tests and error handling
* test updates
* split tests more
* fix build error
2019-02-06 15:54:03 -08:00
Elizabeth Craig
78157349fc
Logger tests + add verbose mode ( #13 )
...
* Logger tests + add verbose mode
* split test cases
2019-02-06 15:52:24 -08:00
Elizabeth Craig
67ef251d15
Add test for downloadPackage ( #11 )
2019-02-05 17:41:24 -08:00
Elizabeth Craig
b42803a367
More consistent json parsing and writing ( #10 )
2019-02-05 16:00:09 -08:00
Elizabeth Craig
912e2e9c0f
Start adding tests, naming update, more config updates ( #9 )
2019-02-05 13:58:39 -08:00
Elizabeth Craig
d416a3cda5
Port enhanced json writing from oufr
2019-02-04 16:14:44 -08:00
Elizabeth Craig
ddee516e7c
Config updates
2019-02-04 15:48:47 -08:00
kchau@microsoft.com
f8ef6390b8
Applying package updates.
2019-02-04 05:47:04 +00:00
Ken
30db0f9871
self upgrade templates according to what is installed inside the scripts folder
2019-02-03 21:06:13 -08:00
Ken
1c26e10c33
get rid of extra docs
2019-01-30 14:17:53 -08:00
Ken
857fd9a6ce
fixing the hero image sizes
2019-01-28 12:58:19 -08:00
Ken
c83b88b527
rename just-task to just on the project dir
2019-01-27 16:14:53 -08:00
Ken
c2e26a008d
getting the base path right
2019-01-27 16:00:34 -08:00
Ken
4edcc65940
updated documentation with scripts
2019-01-26 20:23:28 -08:00
kchau@microsoft.com
231653f49b
Applying package updates.
2019-01-27 03:54:00 +00:00
Ken
269d28c751
adding tests to stack
2019-01-26 18:32:35 -08:00
Ken
65a9124b61
adding some tests to the stacks
2019-01-26 18:31:57 -08:00
Ken
d97d122b3d
Applying package updates.
2019-01-24 23:15:35 -08:00
Ken
e5f5f9b8e9
adding back the readme instructions
2019-01-24 23:15:06 -08:00
Ken
2a250a6a14
Applying package updates.
2019-01-24 23:13:05 -08:00
Ken
2596b4442f
adding a index.html for dev innerloop of an app
2019-01-24 23:12:22 -08:00
Ken
5681215d26
Applying package updates.
2019-01-24 23:08:59 -08:00
Ken
b944dda82d
adding webpack support and merging
2019-01-24 23:07:14 -08:00
Ken
b1661209f3
Applying package updates.
2019-01-22 16:05:38 -08:00
Ken
c65e8f8f60
fixed the mono repo template package to have the just.stack key at the right level
2019-01-22 16:04:09 -08:00
Ken
079354f794
Applying package updates.
2019-01-22 14:49:45 -08:00
Ken
3c42a3ae02
exports the correct named exports
2019-01-22 14:49:14 -08:00
Ken
f85be7b9c0
Applying package updates.
2019-01-22 14:43:55 -08:00
Ken
ea21527b88
update just-scripts in templates
2019-01-22 14:43:17 -08:00
Ken
86af1b689b
Applying package updates.
2019-01-22 14:31:23 -08:00
Ken
0ada27da02
moving utils to the scripts-utils
2019-01-22 14:30:43 -08:00
Ken
45fd380840
Applying package updates.
2019-01-22 13:28:19 -08:00
Ken
99f4a193cc
fix npm run build of just-scripts after migration of preset
2019-01-22 13:26:47 -08:00
Ken
503448cd7a
moved preset tasks to just-scripts
2019-01-22 13:12:33 -08:00
Ken
7c21619ef0
Applying package updates.
2019-01-21 11:57:09 -08:00
Ken
9700d576b7
added: upgrade repo task
2019-01-21 11:56:16 -08:00
Ken
42065a394d
Applying package updates.
2019-01-20 19:27:17 -08:00
Ken
6064bda942
fix the stray comma
2019-01-20 19:26:37 -08:00
Ken
d9a5e94d01
Fix transform to copy files only; and fix the npx run just on templates
2019-01-20 19:24:40 -08:00
Ken
1eed16cb39
Applying package updates.
2019-01-20 19:01:28 -08:00
Ken
71836d91b3
moved index to just-task.js to make just work
2019-01-20 18:57:55 -08:00
Ken
7a0042534c
Applying package updates.
2019-01-20 18:54:15 -08:00
Ken
67a14e5917
fixing upgrade stack for single lib
2019-01-20 18:53:43 -08:00
Ken
2dbf76db08
Applying package updates.
2019-01-20 18:29:16 -08:00
Ken
ba705ab5e4
fixing up the template even more
2019-01-20 18:28:27 -08:00
Ken
e5353cf57a
fix template for versions
2019-01-20 18:25:44 -08:00
Ken
5231b5dda8
Applying package updates.
2019-01-20 18:21:01 -08:00
Ken
a08a35c569
refactor lots of just-script
2019-01-20 18:19:57 -08:00
Ken
4ad3272b2b
Applying package updates.
2019-01-18 21:19:51 -08:00
Ken
d1d6a698a6
fix tsconfig
2019-01-18 21:19:26 -08:00
Ken
f54c67443a
Applying package updates.
2019-01-18 20:50:19 -08:00
Ken
1cc85c7255
fix: latest version of oufr is 6.128
2019-01-18 20:49:52 -08:00
Ken
d9e574f1a0
Applying package updates.
2019-01-18 20:46:16 -08:00
Ken
3b2d7df72d
rush example should not enforce some gitPolicy
2019-01-18 20:45:40 -08:00
Ken
e24bfa907d
Applying package updates.
2019-01-18 20:31:36 -08:00
Ken
9b373170be
multiple fixes across the board
2019-01-18 20:28:23 -08:00
Ken
4ca7658cb4
Applying package updates.
2019-01-18 17:08:44 -08:00
Ken
c746cc0681
fixes
2019-01-18 17:05:46 -08:00
Ken
574b9c021c
Applying package updates.
2019-01-18 16:54:18 -08:00
Ken
e311dd36bf
fixing some issues with add package
2019-01-18 16:53:17 -08:00
Ken
b00c5e1679
latest tag used for npm pack command
2019-01-18 16:31:07 -08:00
Ken
8edc9e4407
Applying package updates.
2019-01-18 16:27:17 -08:00
Ken
7f1e18af1c
fix monorepo package to run rush
2019-01-18 16:26:46 -08:00
Ken
9d5dae4da9
Applying package updates.
2019-01-18 16:22:29 -08:00
Ken
584878e79a
Fix addPackageCommand and package deps of the templates
2019-01-18 16:21:26 -08:00
Ken
bd05659462
Applying package updates.
2019-01-18 14:55:29 -08:00
Ken
39ed28577d
adding a blank build script
2019-01-18 14:55:07 -08:00
Ken
9a7858670b
rename monorepo-uifabric back to uifabric and create a just-scripts-web package
2019-01-18 14:47:00 -08:00
Ken
fa5cda31fe
adding a just-scripts-web to consolidate scripts in one place
2019-01-18 13:46:31 -08:00
Ken
f2a39826a6
adding some monorepo subpackage generation
2019-01-18 13:19:05 -08:00
Ken
25783815df
Applying package updates.
2019-01-17 21:23:13 -08:00
Ken
6ef989bbb1
added template packages to be deployed
2019-01-17 21:22:17 -08:00
Ken
353aaaf4c9
adding more to npmignore
2019-01-17 16:21:44 -08:00
Ken
4dd11e51e9
fixed up single-task to make generated project to actually work
2019-01-17 16:16:16 -08:00
Ken
965bcad2fa
Applying package updates.
2019-01-17 15:10:46 -08:00
Ken
7c5d813694
making sure @types/yargs all match up
2019-01-17 15:10:23 -08:00
Ken
88173f4ad3
fixed not to have direct static imports in preset, added create-just to create basic lib
2019-01-17 15:08:10 -08:00
Ken
0bf50d6239
create-just move
2019-01-17 10:48:59 -08:00
Ken
3df5240adb
adding the create-just-stack package
2019-01-16 16:01:44 -08:00
Ken
c4197537d3
Applying package updates.
2019-01-16 13:43:43 -08:00
Ken
bdbd829552
fix jest spawn so it works with nvm in linux
2019-01-16 13:41:55 -08:00
Ken
fc5ec96126
Applying package updates.
2019-01-16 10:54:27 -08:00
Ken
c108c90e41
fixed tests and added support for jest watch mode
2019-01-16 10:53:35 -08:00
Ken
ff6f242852
updating getting started doc to encourage local installs instead of global
2019-01-07 13:35:29 -08:00
Ken
ecb0dcdc26
Applying package updates.
2019-01-05 12:47:28 -08:00
Ken
2ebdffd6c9
make sure to display errors and tasks that are skipped by catching it
2019-01-05 12:45:34 -08:00
Ken
ed8816e3b5
Applying package updates.
2019-01-05 11:16:15 -08:00
Ken
f93ac230a0
Catch the case where the tool exits before just has a chance to resolve back up to top level task
2019-01-05 11:14:40 -08:00
Ken
97f3c14a49
updated word rig to just
2019-01-02 15:48:31 -08:00
Ken
a2f872b328
adding some preset documentation
2019-01-02 15:30:11 -08:00
Ken
67f7c1d438
adding some tests
2019-01-02 11:13:08 -08:00
Ken
cd7fd3187f
Applying package updates.
2019-01-02 10:42:46 -08:00
Ken
2eb524ca09
fixed the jest task to not combine configfile and config option together
2019-01-02 10:42:05 -08:00
Ken
0987b95311
Applying package updates.
2019-01-02 10:38:41 -08:00
Ken
7d572be3b5
making jest give the right args given the encodedArgs function
2019-01-02 10:38:00 -08:00
Ken
41ec49f340
Applying package updates.
2018-12-17 15:17:49 -08:00
Ken
d58d5321de
make sure to shell escape the arguments for the preset tasks
2018-12-17 15:16:54 -08:00
Ken
598313fd77
Applying package updates.
2018-12-15 15:19:16 -08:00
Ken
c7b1b83c53
details about api-extractor tasks
2018-12-15 15:18:39 -08:00
Ken
f8a7490062
Applying package updates.
2018-12-14 20:42:57 -08:00
Ken
473cfbfbfd
fix bugs with config file search
2018-12-14 20:42:22 -08:00
Ken
07cf1e296a
Applying package updates.
2018-12-14 10:42:51 -08:00
Ken
c0e69bc29b
Fixed: sass task now resolves ~ imports correctly
2018-12-14 10:42:04 -08:00
Ken
7f51b144f1
Applying package updates.
2018-12-13 15:56:45 -08:00
Ken
f74b3e9060
fixing config file argv and fix sasstask to use parallel with limits
2018-12-13 15:55:31 -08:00
Ken
6995838339
Applying package updates.
2018-12-13 10:16:47 -08:00
Ken
18e748eca7
fixed: a bug with task completion callback prevents promised based tasks from exiting
2018-12-13 10:15:56 -08:00
Ken
d3ac61f0b0
Applying package updates.
2018-12-12 10:57:18 -08:00
Ken
e564de0bad
get rid of thunk API in favor of having wrapTask to recognize a thunk
2018-12-12 10:55:18 -08:00
Ken
db1b0ec53c
Applying package updates.
2018-12-11 19:04:50 -08:00
Ken
670d1762aa
adding options to resolve to have custom cwd
2018-12-11 19:04:03 -08:00
Ken
aa2cc5aa41
Applying package updates.
2018-12-11 18:40:54 -08:00
Ken
1de058aacc
Valid Range
2018-12-11 18:40:10 -08:00
Ken
f5bc332fa3
Applying package updates.
2018-12-11 18:34:29 -08:00
Ken
726d070b6f
updated resolve logic for outdated package.json version check
2018-12-11 18:33:38 -08:00
Ken
41c885afd9
Applying package updates.
2018-12-11 10:53:32 -08:00
Ken
6d587fedd8
adding tasks to the preset for checking for outdated deps
2018-12-11 10:49:23 -08:00
Ken
05d233e20a
starting on a just-stack for web-lib; updates support for apiExtractor
2018-12-11 07:38:06 -08:00
Ken
7b11049a83
fixed getting started example
2018-12-10 13:54:45 -08:00
Ken
be867fb357
fixed thunk example
2018-12-10 13:52:12 -08:00
Ken
2de8128e8a
updated docs
2018-12-10 13:49:51 -08:00
Ken
aa465dfd95
updating documentation
2018-12-10 13:48:49 -08:00
Ken
816a9fbb56
Applying package updates.
2018-12-10 13:16:45 -08:00
Ken
6a49620057
reduce size by using smaller libs
2018-12-10 13:16:18 -08:00
Ken
8e5a5050f4
Applying package updates.
2018-12-09 15:01:57 -08:00
Ken
6e72399fb5
adds webpack task and clean up tscTask
2018-12-09 15:00:08 -08:00
Ken
5a0429e9cb
started with webpack task
2018-12-08 23:42:30 -08:00
Ken
ada9b9ba3b
adding a tslint task
2018-12-08 23:34:36 -08:00
Ken
3d7f86d5f1
added jestTask
2018-12-08 23:20:06 -08:00
Ken
5e48ba55a1
adding preset tasks from UI Fabric
2018-12-08 13:18:17 -08:00
Ken
9eb1e459d9
Applying package updates.
2018-12-07 20:58:33 -08:00
Ken
76f884bb0e
updates example-lib to work with new api
2018-12-07 20:58:29 -08:00
Ken
2de6739c55
fix example-lib
2018-12-07 20:58:07 -08:00
Ken
d4704fd3fc
streamlining API
2018-12-07 20:54:13 -08:00
Ken
2734b30f2f
Applying package updates.
2018-12-07 14:20:28 -08:00
Ken
588b96998c
fix: pass the right argv to the consumers
2018-12-07 14:19:23 -08:00
Ken
3527fd2444
Applying package updates.
2018-12-07 14:10:50 -08:00
Ken
cd20c2daf7
makes condition work inside a series or parallel
2018-12-07 14:07:00 -08:00
Ken
d1cd4be31f
Applying package updates.
2018-12-07 10:17:23 -08:00
Ken
7d5f2686f0
adding a conditional task
2018-12-07 10:16:33 -08:00
Ken
62f051630f
Applying package updates.
2018-12-07 09:43:11 -08:00
Ken
d5da3e10de
handle boolean as well as string
2018-12-07 09:42:54 -08:00
Ken
f0dbdcfc4f
tscTask needs to take in string values, not tsCompilerOption values which are enums
2018-12-07 09:40:03 -08:00
Ken
d9d5b1ba1e
Applying package updates.
2018-12-07 09:16:09 -08:00
Ken
672bdcc6e8
adds resilience and better error messaging in the CLI script
2018-12-07 09:15:16 -08:00
Ken
6cd9828c3a
Applying package updates.
2018-12-07 09:00:17 -08:00
Ken
c1e7dde1a8
renames just-task-typescript with just-task-preset
2018-12-07 08:59:07 -08:00
Ken
537e450118
Applying package updates.
2018-12-06 16:42:04 -08:00
Ken
cb42a0b46d
check for options project before running
2018-12-06 16:40:55 -08:00
Ken
d37fcec1f5
Applying package updates.
2018-12-06 16:16:35 -08:00
Ken
0c5a662cec
let users pass in a function to generate options
2018-12-06 16:14:49 -08:00
Ken
2ecb596803
Applying package updates.
2018-12-06 15:40:37 -08:00
Ken
02367ccf6c
moved typescript task function into a function factory
2018-12-06 15:39:59 -08:00
Ken
2aa3d2b219
factoring typescript task to its own task
2018-12-06 15:14:02 -08:00
Ken
3938ff23d6
Applying package updates.
2018-12-05 14:16:09 -08:00
Ken
86798060df
just add bin to package.json
2018-12-05 14:15:24 -08:00
Ken
249e00b7a5
Applying package updates.
2018-12-05 14:01:31 -08:00
Ken
0bbc687d6a
doc updates
2018-12-05 14:00:17 -08:00
Ken
d7ca368b66
version ranges
2018-12-05 13:52:17 -08:00
Ken
aea9ab7890
Renaming to just
2018-12-05 13:48:33 -08:00
Ken
0fd2750110
Applying package updates.
2018-12-03 22:13:38 -08:00
Ken
07c72f565c
making the globally install rig check for locally install version
2018-12-03 22:12:11 -08:00
Ken
f5aaac5563
Applying package updates.
2018-12-03 21:15:26 -08:00
Ken
adc47e7f90
Fixed help command to actually list commands
2018-12-03 21:14:17 -08:00
Ken
3942a7f1fb
Applying package updates.
2018-12-03 14:48:20 -08:00
Ken
50c3300392
added failure documentation
2018-12-03 14:46:46 -08:00
Ken
86e621384a
Applying package updates.
2018-12-03 14:24:03 -08:00
Ken
b71f7fe9b2
fixed: default task works again
2018-12-03 14:23:29 -08:00
Ken
84d5d2604a
Applying package updates.
2018-12-03 14:04:01 -08:00
Ken
58c059a21f
adding tests
2018-12-03 14:03:25 -08:00
Ken
0bec11b287
Applying package updates.
2018-12-03 10:39:51 -08:00
Ken
dd6ac3564c
added better failure logging
2018-12-03 10:38:45 -08:00
Ken
c620a50723
Applying package updates.
2018-12-02 22:31:09 -08:00
Ken
f488106012
support default task
2018-12-02 22:28:04 -08:00
Ken
a3a577a38e
updates edit link
2018-12-02 22:14:03 -08:00
Ken
2f6d137a01
fix missing /
2018-12-02 22:11:11 -08:00
Ken
224b9cbeb4
typo
2018-12-02 22:05:56 -08:00
Ken
d74dec6986
adding documentation site
2018-12-02 22:00:16 -08:00
Ken
214480d0ed
Applying package updates.
2018-12-02 21:18:13 -08:00
Ken
523c032486
fixing build script for example-lib
2018-12-02 21:15:13 -08:00
Ken
a1edec4ae2
moved wrapping inside registry; add support for yargs commandmodule and documentation
2018-12-02 21:12:45 -08:00
Ken
76a50bf69c
adding docs about composition
2018-12-02 20:12:03 -08:00
Ken
6b9d7af882
Applying package updates.
2018-12-02 16:54:11 -08:00
Ken
4a757fad25
blank line dummy change
2018-12-02 16:53:27 -08:00
Ken
51eb9cfae3
removed typo'ed readme
2018-12-02 16:52:02 -08:00
Ken
4c288215a8
have a way to sync the readme.md files
2018-12-02 16:50:56 -08:00
Ken
b3648462b4
adding readme's
2018-12-02 14:46:22 -08:00
Ken
d038f9b6f8
version bump
2018-12-01 19:51:29 -08:00
Ken
dbf2f09405
demand at least a command
2018-12-01 19:38:40 -08:00
Ken
4338aef443
adding webpack and typescript rigs
2018-12-01 19:31:03 -08:00
Ken
0f6b7f73fb
adding some examples
2018-12-01 15:48:49 -08:00
Ken
13a226ffb3
initial commit
2018-12-01 15:29:21 -08:00