@oory/package-template
This is a package template.
You should not have to install this :D
package description..

Table of Contents
- Install
- Usages
- Options
- Typescript support
Install
Install with npm:
npm i @oory/package-template --save
Install with yarn:
yarn add @oory/package-template
Usages
import packageTempalte from "package-template"
Options
option
Type | Required | Description |
---|
type | true/false | description |
import packageTemplate from "@oory/package-template"
Typescript support
description...
TypeName
import { TypeName } from "@oory/package-template/typings"
TODO