Skip to content

the-labo/the-token

Repository files navigation

the-token

Build Status npm Version JS Standard

Token generator for the-framework

Installation

$ npm install the-token --save

Usage

'use strict'

const theToken = require('the-token')

async function tryExample () {
  let token01 = theToken.generate()
  console.log(token01)
}

tryExample().catch((err) => console.error(err))

API Guide

License

This software is released under the MIT License.

Links

About

Token generator for the-framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published