json-stencil
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i json-stencil

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

17.6 kB

Total Files

19

Last publish

Collaborators

  • basthard