0.1.0 • Published 4 years ago

json-stencil v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

boilerplate-lib-ts

Description

JINN lib boilerplate

Overview

Directory structure

TBA

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

TBA

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

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