@fullstacksjs/toolbox
TypeScript icon, indicating that this package has built-in type declarations

4.13.1 • Public • Published


@fullstacksjs/toolbox logo


download status version Code Coverage MIT License semantic-release

Welcome to Toolbox! A zero-dependency 📦 tree-shakable🌲 collection of missing JavaScript utilities.

Table of Contents

Installation

NodeJS

$ npm install --save-dev @fullstacksjs/toolbox

Deno

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

Browser

<script src='https://www.unpkg.com/@fullstacksjs/toolbox/iife/index.js'></script>
<script>
  console.log(window.Toolbox)
</script>

Contributing

Development of toolbox happens in GitHub, and we appreciate contributions.

Prerequisite

Pull Request

The FullstacksJS team is monitoring for pull requests. We will go ahead and review your pull request as soon as possible.

Before submitting a pull request, please make sure the following is done:

  • Fork the repository and create your feature branch from dev.
  • Run npm install to have all dependencies.
  • To start development run npm run test:watch.
  • Write tests in src/<scope>/<name>.test.ts and implementation in src/<scope>/<name>.ts.
  • Add the documentation page to the docs/<scope>/<function>.mdx and update docs/<scope>/_meta.json file.
  • Ensure everything is ok npm run verify.

Code of Conduct

FullstacksJS Rules Page

Documentation

Please check out the documentation page

Readme

Keywords

none

Package Sidebar

Install

npm i @fullstacksjs/toolbox

Weekly Downloads

940

Version

4.13.1

License

MIT

Unpacked Size

515 kB

Total Files

656

Last publish

Collaborators

  • fullstacksjs