Git Product home page Git Product logo

thicker's Introduction

THICKER

Description

THICKER is a set of typescript utils wrapped inside a nice little package.

Overview

THICKER

Directory structure

.
├── core
│   ├── browser
│   │   └── index.ts
│   ├── crypto
│   │   ├── index.ts
│   │   └── utils.ts
│   ├── geometry
│   │   └── index.ts
│   ├── random
│   │   └── index.ts
│   ├── recursion
│   │   └── index.ts
│   └── string
│       └── index.ts
├── errors
│   └── index.ts
├── index.ts
└── utils
    └── index.ts

How to build the library to be used in production-ready projects?

npm install thicker

How to use?

Example:

import * as Thicker from 'thicker'

// will return a random float between 0 and 100 
const randomPoint = Thicker.Random.randomFloat(0,100)

Features

Random:

  • TBA

Recursion:

  • TBA

Geometry:

  • TBA

String:

  • TBA

Utils:

  • TBA

Crypto:

  • TBA

NPM custom commands

  • build: Build the JavaScript files.
  • build:watch: Build the JavaScript files in watch mode.
  • test: Run jest in test mode.
  • test:watch: Run jest in interactive test mode.
  • docs: Generate the docs directory.
  • lint: Runs linter on the whole project.

License

License: MIT

Bastien GUIHARD

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.