Skip to Content
Getting Started

Getting Started

Installation

Node

npm

npm install --save-dev @fullstacksjs/toolbox

pnpm

pnpm add --save-dev @fullstacksjs/toolbox

yarn

yarn add --dev @fullstacksjs/toolbox

Deno

import * as toolbox from 'https://raw.githubusercontent.com/fullstacksjs/toolbox/main/mod.ts'

Browser ESM

ES Module

<script type="module"> import * as toolbox from 'https://www.unpkg.com/@fullstacksjs/toolbox@<VERSION>/lib/esm/index.js'; </script>

Script

<script src='https://unpkg.com/@fullstacksjs/toolbox'></script> <script> console.log(window.Toolbox) </script>
Last updated on