Skip to content

Commit 5eb186d

Browse files
author
fabianmoronzirfas
committed
README
1 parent 90492d2 commit 5eb186d

File tree

2 files changed

+169
-154
lines changed

2 files changed

+169
-154
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22
A collection of ES5 shims for polyfiling Exendscript
33

44

5-
## Installation
5+
## Installation
6+
7+
Currently you can install the package using npm:
8+
9+
npm init -y
10+
npm install git+https://github.com/ExtendScript/extendscript-es5-shim.git
611

712
## Usage
813

9-
## Array, String and Function notes
14+
## Array, String and Function notes
1015
All polyfills could be used in your code.
1116

1217
## Object notes
@@ -51,4 +56,14 @@ This function uses reflection interface, that ExtendScript provides (see JavaScr
5156
Use _for in loop_ along with _hasOwnProperty_ function to get own enumerable properties in object.
5257

5358
### getPrototypeOf
54-
Use build in `__proto__` property as return value.
59+
Use build in `__proto__` property as return value.
60+
61+
## Development
62+
63+
- Install the devDependencies by running `npm install`
64+
- Bundle the index.js by running `npm run bundle`
65+
- Add new prototypes in the respective folders
66+
- If you need new folders, add the folder to the top of `./bin/concat.js` into the `folders` array
67+
68+
69+

0 commit comments

Comments
 (0)