Skip to content

guihardbastien/THICKER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Typescript utils

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published