7.2.1 • Published 2 years ago

@just-web/id v7.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@just-web/id

NPM version NPM downloads

IDGizmo is a gizmo that provides a name and a randomized id.

This is part of the core just-web framework. Every just-web application uses IDGizmo to provide a name and id.

You normally would not use this package directly, but instead use the @just-web/app package.

Usage

import { justApp } from '@just-web/app'

const app = await justApp({ name: 'my-app' }).create()

// These are provided by the IDGizmo
app.name // 'my-app'
app.id   // '...some random id...'
6.0.7

2 years ago

6.0.6

2 years ago

7.1.5

2 years ago

7.1.4

2 years ago

7.2.1

2 years ago

7.2.0

2 years ago

6.0.5

2 years ago

6.0.4

2 years ago

6.0.3

2 years ago

6.0.2

2 years ago