Unix File Permission Generator

A small web app to convert between file modes in text and number notation, e.g. rw-rw-r-- is converted to 0664.

The main goal of this app was to learn VueJS and build something practical.

Sourcehttps://github.com/KevinGimbel/unix-permission-generator
Demohttps://kevingimbel.github.io/unix-permission-generator/