0.0.0 • Published 2 years ago

whackperms.js v0.0.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

whackperms.js


Group/User Based PermissionSystem for every type of project

This node module allows you to create groups identifies by a unique string with permission attachments a user can have granted or denied

To learn more about the project and how to use it check our Github WIKI


Importing the project

  • npm install whackperms.js

module

import * as perms from 'whackperms.js';

nodejs

const perms = require('whackperms.js');

website

<script src="https://cdn.jsdelivr.net/npm/whackperms.js@latest/dist/whackperms.min.js"></script>

Whack Development