1.3.1 • Published 1 year ago

201flaviosilva-utils v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

201flaviosilva-utils

Description

Just some simple JavaScript Utils.

Usage

Using NPM (Recommend)

Install Package

npm i 201flaviosilva-utils

or

npm i https://github.com/201flaviosilva-labs/javascript-utils#v1.2.10

Import to the project

import { randomNumber } from "201flaviosilva-utils";

console.log(randomNumber(1, 20));

Using CDN (jsdelivr)

<script src="https://cdn.jsdelivr.net/npm/201flaviosilva-utils@1.2.9/build/utils.min.js"></script>
<script src="./your-js-file.js"></script>
// ./your-js-file.js
console.log(randomNumber(1, 20));

Available Commands

CommandDescription
npm installInstall project dependencies
npm run clearDelete the "build" and "types" and "docs" folder
npm run jsDocBuild a docs page based in the jsdoc
npm run typesBuild the types
npm run compileBuilds code bundle with production settings (minification, etc..)
npm run buildBundle the code, create the types and teh docs folder
npm run bumpUpdate lib in the npm

Links

Examples

1.3.1

1 year ago

1.3.0

1 year ago

1.2.10

2 years ago

1.2.9

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

3.2.0

2 years ago

3.1.4

2 years ago

3.1.3

2 years ago

3.1.1

2 years ago

3.1.0

2 years ago

3.0.0

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago