https://github.com/andrewjamesbibby/permissions-calculator
Simply calculates linux file permissions - made with vue.js
https://github.com/andrewjamesbibby/permissions-calculator
Last synced: 2 months ago
JSON representation
Simply calculates linux file permissions - made with vue.js
- Host: GitHub
- URL: https://github.com/andrewjamesbibby/permissions-calculator
- Owner: andrewjamesbibby
- Created: 2020-02-29T15:03:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:40:51.000Z (over 2 years ago)
- Last Synced: 2023-03-05T09:41:23.841Z (over 2 years ago)
- Language: Vue
- Size: 3.37 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Permissions Calculator
![]()
A simple linux permissions calculator built with vue.js.
Demo## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```## Credits
Andrew James Bibby