0.3.24 • Published 1 year ago

@nikolas.karinja/app-utils v0.3.24

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

App Utils

NPM Package

Makes simple tasks even easier.

Developed by Nikolas Karinja

The aim was to make simple concepts in JavaScript take even less time to implement. In the process of making my own applications, I realized it would be a lot easier to have a base set of functions and classes that I could use with all my apps. Now you can have access to them as well, and most of my packages are updated weekly if not daily.

Installation

I only have the option for NPM at the moment.

npm

npm i --save @nikolas.karinja/app-utils

Usage

This package is meant to be used with ES Modules.

HTML Tag

<script src='node_modules/@nikolas.karinja/app-utils/build/app-utils.js' type='module'></script>

Script (ES Module)

// Using parcel or another package manager

import * as AppUtils from '@nikolas.karinja/app-utils'

// Using default file system

import * as AppUtils from 'node_modules/@nikolas.karinja/app-utils/build/app-utils.js'

Usage

  • This version utilizes three@0.146.0
  • Most methods have JSDoc descriptions.
  • I will post documentation soon.

Example

I will post examples and documentation soon. Although, since the functions and classes all have JSDoc descriptions, it's pretty self-explanatory. Enjoy the simplicity.

0.3.24

1 year ago

0.3.9

2 years ago

0.3.17

2 years ago

0.3.16

2 years ago

0.3.15

2 years ago

0.3.14

2 years ago

0.3.13

2 years ago

0.3.12

2 years ago

0.3.11

2 years ago

0.3.10

2 years ago

0.3.20

2 years ago

0.3.23

1 year ago

0.3.22

1 year ago

0.3.21

1 year ago

0.3.0

2 years ago

0.3.19

2 years ago

0.3.18

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.2

2 years ago

0.2.3

2 years ago

0.3.1

2 years ago

0.3.4

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

1.0.0

2 years ago