Greenheart / pagecrypt

Password Protected Single Page Applications and HTML files
GNU Affero General Public License v3.0
242 stars 26 forks source link

Consider improving CLI and replacing `yargs` with a smaller package such as `sade` #7

Closed Greenheart closed 3 years ago

Greenheart commented 3 years ago

Replacing yargs with sade will improve installation time since sade is 90% smaller compared to yargs. It also includes fewer files.

Greenheart commented 3 years ago

Using sade to create the pagecrypt CLI results in 49% less code and a much simpler CLI.

Greenheart commented 3 years ago

Released in 3.1.0 🎉