We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d61a44d commit f74a301Copy full SHA for f74a301
README.md
@@ -1,6 +1,12 @@
1
# cocoascript-class
2
Lets you create real ObjC classes in cocoascript so you can implement delegates, subclass builtin types, etc
3
4
+## Installation
5
+
6
+In your plugin, assuming you're already using an ES6 build toolchain and either `npm` or `yarn`
7
8
+`npm install --save cocoascript-class` or `yarn add cocoascript-class`
9
10
11
## Usage
12
0 commit comments