Profpatsch / yarn2nix

Build and deploy node packages with nix from yarn.lock files.
MIT License
85 stars 21 forks source link

Switch CLI to subcommands #53

Open Profpatsch opened 3 years ago

Profpatsch commented 3 years ago

Currently there are two “subcommands”:

We are gonna have more stuff like bundle, so we should do a (breaking) switch to subcommands now that we still can.

should give us a good first namespace for the existing (low-level) functionality, invoking yarn2nix on its own should be the same as yarn2nix --help.