Giter Site home page Giter Site logo

hoseinsoleymani / toolbox Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fullstacksjs/toolbox

0.0 0.0 0.0 3.92 MB

A zero-dependency 📦 tree-shakable🌲 collection of missing JavaScript utilities.

Home Page: https://toolbox.fullstacksjs.com/

License: MIT License

Shell 1.57% JavaScript 1.42% TypeScript 97.02%

toolbox's Introduction



@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 Codeit 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

toolbox's People

Contributors

asafaeirad avatar amirabbasj avatar mahdi-sheibak avatar keivan-sf avatar pourdaavar avatar mohammadizanloo55 avatar freakingeek avatar amirhoseinsalimi avatar amirhbeigi avatar createdbymahmood avatar erfan-goodarzi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.