This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

201flaviosilva-utils

1.3.1 • Public • Published

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

Command Description
npm install Install project dependencies
npm run clear Delete the "build" and "types" and "docs" folder
npm run jsDoc Build a docs page based in the jsdoc
npm run types Build the types
npm run compile Builds code bundle with production settings (minification, etc..)
npm run build Bundle the code, create the types and teh docs folder
npm run bump Update lib in the npm

Links

Examples

Readme

Keywords

Package Sidebar

Install

npm i 201flaviosilva-utils

Weekly Downloads

16

Version

1.3.1

License

MIT

Unpacked Size

181 kB

Total Files

135

Last publish

Collaborators

  • 201flaviosilva