Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Add arg #10

Merged
merged 1 commit into from Jun 7, 2019
Merged

Add arg #10

merged 1 commit into from Jun 7, 2019

Conversation

styfle
Copy link
Contributor

@styfle styfle commented Jun 6, 2019

This adds arg which is similar to commander and yargs but super tiny.

@swyxio swyxio merged commit 5306f71 into swyxio:master Jun 7, 2019
@swyxio
Copy link
Owner

swyxio commented Jun 7, 2019

very cool. whats the selling point of "tiny" in a node app tho?

@styfle styfle deleted the patch-1 branch June 7, 2019 14:50
@styfle
Copy link
Contributor Author

styfle commented Jun 7, 2019

The same selling point in any app

  • less disk space => happy users
  • less require() calls => better performance
  • zero dependencies => faster npm install
  • less LOC => easier to audit and understand

I could go on but this is off the top of my head 🤔

@swyxio
Copy link
Owner

swyxio commented Jun 7, 2019

yea the other stuff is more appealing to me than less disk space :) disk space is cheap.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants