File tree 2 files changed +38
-0
lines changed 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ A micro code-editor for awesome web pages.
3
3
4
4
<img width =" 983 " alt =" CodeFlask.js " src =" https://cloud.githubusercontent.com/assets/1953194/9321840/ed0eb022-4541-11e5-9390-30f7dfff82e1.png " >
5
5
6
+
6
7
## About
7
8
8
9
CodeFlask.js lets you easily and effortless put an code-editor to your web page.
@@ -11,6 +12,13 @@ It was made as an attempt to create a leaner editor for simple purposes. Just a
11
12
12
13
If you want a robust web code editor you can check projects that aim that big, such as CodeMirror.
13
14
15
+ ## Install
16
+
17
+ You can use bower to download the sources and the dependencies
18
+
19
+ ```
20
+ bower install codeflask.js
21
+ ```
14
22
15
23
## Usage
16
24
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " codeflask.js" ,
3
+ "version" : " 0.0.1" ,
4
+ "homepage" : " http://kazzkiq.github.io/CodeFlask.js/" ,
5
+ "repository" : {
6
+ "type" : " git" ,
7
+ "url" : " git://github.com/kazzkiq/CodeFlask.js"
8
+ },
9
+ "authors" : [
10
+ " Claudio Holanda"
11
+ ],
12
+ "dependencies" : {
13
+ "prism" : " ~1.0.1"
14
+ },
15
+ "description" : " A micro code-editor for awesome web pages." ,
16
+ "main" : " src/codeflask.js" ,
17
+ "keywords" : [
18
+ " code-editor" ,
19
+ " plugin" ,
20
+ " syntax-highlight"
21
+ ],
22
+ "license" : " MIT" ,
23
+ "ignore" : [
24
+ " **/.*" ,
25
+ " node_modules" ,
26
+ " bower_components" ,
27
+ " test" ,
28
+ " tests"
29
+ ]
30
+ }
You can’t perform that action at this time.
0 commit comments