Shaun Warman

Results 56 comments of Shaun Warman

ya lgtm ``` const validator = require('email-validator'); const address = '[email protected]'; console.log(validator.validate(address)); // true ```

This works for `type: 'input'`, but not for `type: 'select'` and other `ArrayPrompt` types. Instead of getting a response with a skipped property of `undefined`. You will still get `''`....

Ya that fixed it for me as well on MacOS

Codemods would work well. [JSCodeShift](https://github.com/facebook/jscodeshift#readme) is a solid tool. Good example usage with [jest](https://github.com/skovhus/jest-codemods).

Checking in again @egoist , I should have bandwidth to dive in and help, but unsure if you have some ideas / todos for this new CLI tool

Ah more so something that shows you can pass variables to soa generator and get access to those variables in the soa context. Example ``` await sao({ applicationName, generator, outDir:...

Hey @winnerf this is definitely possible. Kraken is based heavily on configuration to setup the application how you like. You can see in kraken how some items are setup, by...

I'm guessing the way to do this is in the help callback just parse that it's not the default or global command and then have a switch / map to...

Hey @Fenn-CS thanks for this! Forward email is built from [lad](https://github.com/ladjs/lad) and you can leverage most of the [getting started](https://github.com/ladjs/lad#get-started). Agree there should be a contributors guide!