Skip to content

Commit a1f1e2c

Browse files
author
Abstractn
committed
Updated readme
1 parent 6002ba5 commit a1f1e2c

2 files changed

Lines changed: 28 additions & 2 deletions

File tree

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
1-
# abs-utils
1+
# Abs-Utilities (Abs-Utils)
2+
3+
## Introduction:
4+
5+
This module is a simple collection of common functions.
6+
Check out the `dist/abs-utils.d.ts` file for a summary of what it contains.
7+
8+
> "If I could marry a mathematical formula, it would be `proportionalRange()`."
9+
> -Abstractn, 2019
10+
11+
This collection will be expanded in the future following my personal necessities.
12+
13+
14+
## CDN:
15+
16+
Typescript:
17+
```https://abstractn.github.io/lib/abs-utils.ts```
18+
19+
Javascript (with export):
20+
```https://abstractn.github.io/lib/abs-utils.js```
21+
22+
Javascript (without export):
23+
```https://abstractn.github.io/lib/abs-utils.nx.js```
24+
25+
Browser iclusion:
26+
```<script src="https://abstractn.github.io/lib/abs-utils.nx.js"></script>```

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "abs-utilities",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A simple personal collection of utility methods, aliases and polyfills",
55
"types": "dist/abs-utils.d.ts",
66
"browser": "dist/abs-utils.js",
@@ -19,6 +19,7 @@
1919
"typescript",
2020
"javascript",
2121
"utils",
22+
"utilities",
2223
"quick",
2324
"alias",
2425
"polyfill",

0 commit comments

Comments
 (0)