Steve King

Results 17 issues of Steve King

Split the main `modular build` handler into a lifecycle style runner, each step of the process can be handled by one or more async functions run in series, sharing build...

Based on discussions in #1421 - improve the tests for `modular-scripts` no longer require file hashes to be hard coded in the test snapshots.

The current `modular add ...` command enables developers to scaffold new apps and views in their modular workspace based on template files within the `modular-scripts` module itself. This feature would...

Required features of the `library` package: - [ ] Per-package configuration for build tool (initially `webpack` and `esbuild`) Potential features of the `library` package: - [ ] Run build as...

enhancement

It would be useful to be able to specify a list of filters to exclude as well as filters to include in the result to allow for not walking through...

enhancement

Upgrade the `packageManager` to `[email protected]` to allow for using modern yarn's workspace tools

V2 allows effective streaming of the git binary's output using the `setOutputHandler` method, this enhancement would add a new option for streaming each task independently as an emitter. ```typescript const...

enhancement

Create a reference guide for consumers of `simple-git` showing a preferred way to mock `simple-git` in their applications

enhancement

In the event that a task generates a large amount of data in the response, caching it all in memory before responding to the calling code may cause out of...

enhancement