RangerMauve / dat-pub

Lightweight HTTP service for discovering dats
MIT License
9 stars 0 forks source link

CLI command #6

Open RangerMauve opened 6 years ago

RangerMauve commented 6 years ago

I think it'd be useful to have a cli command to make it easier for people to install and run a pub.

Also, it should probably have a default path in the user's home for saving data.

yargs is useful for command line arg parsing

userhome could be used for finding their home directory.