easy-user-manager

1.2.2 • Public • Published

Easy User Management

v1.0.0-beta


Installation

To install Easy User Management you need npm.

$ npm install -g easy-user-management

Usage

const { User } = require('easy-user-management')

var myUser = new User({
    firstname: 'My',
    lastname: 'User',
    fullname: 'My User',
    dateborn: '10/9/1987',
    age: '33',
    password: 'password123',
    other: {
        costumVar: 'Hi'
    }
})

console.log(myUser.fullname)
console.log(myUser.other.costumVar)

Output:

My User
Hi

License

This project is licensed under ISC.

Dependents (0)

Package Sidebar

Install

npm i easy-user-manager

Weekly Downloads

3

Version

1.2.2

License

ISC

Unpacked Size

2.75 kB

Total Files

5

Last publish

Collaborators

  • lugosieben