autocomplete icon indicating copy to clipboard operation
autocomplete copied to clipboard

feat: add `yalc` spec

Open jakeols opened this issue 3 years ago • 2 comments
trafficstars

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) feature

What is the current behavior? (You can also link to an open issue here) n/a

What is the new behavior (if this is a feature change)? Adds a new spec for yalc.

Additional info: Been using (and loving) fig for a long time now -- figured I'd add a spec for a cli I've been using frequently.

jakeols avatar Aug 23 '22 03:08 jakeols

Overview

src/yalc.ts:

Info:

Single Scripts:

  • command find ~/.yalc/packages -maxdepth 4 -iname 'package.json'
  • command ls .yalc

withfig-bot avatar Aug 23 '22 03:08 withfig-bot

Hello @jakeols, thank you very much for creating a Pull Request! Here is a small checklist to get this PR merged as quickly as possible:

  • [ ] Do all subcommands / options which take arguments include the args property (args: {})?
  • [ ] Are all options modular? E.g. -a -u -x instead of -aux
  • [ ] Have all other checks passed?

Please add a 👍 as a reaction to this comment to show that you read this.

withfig-bot avatar Aug 23 '22 03:08 withfig-bot

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

withfig-bot avatar Feb 10 '23 09:02 withfig-bot

I have read the CLA Document and I hereby sign the CLA

jakeols avatar Feb 11 '23 02:02 jakeols