public
Description: newjs - create new JavaScript libraries
Homepage: http://newjs.rubyforge.org
Clone URL: git://github.com/drnic/newjs.git
update README format
drnic (author)
Sun Apr 27 18:56:30 -0700 2008
commit  bb03a279937debe641763eef7a9c05786df9828a
tree    c51980cca81fb22bf89b4bc400bdd8ad1f01a976
parent  e45881a5aff9dcd90c8a3239025d89ca6e19f5ef
...
1
2
3
 
4
5
6
 
7
8
9
 
10
11
12
13
14
15
16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
...
 
 
 
1
2
 
 
3
4
 
 
5
6
 
 
 
 
 
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
0
@@ -1,15 +1,44 @@
0
-Description:
0
- The +newjs+ command creates a new JavaScript project/application
0
- with a default directory structure and configuration at the path you specify.
0
+= New JavaScript Generator - newjs
0
 
0
-Example:
0
- +newjs path/to/my-app-name+
0
+* http://newjs.rubyforge.org
0
 
0
- This generates a skeletal JavaScript project/application
0
- installation in path/to/my-app-name
0
+== Description
0
 
0
-More information:
0
- http://newjs.rubyforge.org
0
-
0
-Author:
0
- Dr Nic Williams, http://drnicwilliams.com, drnicwilliams@gmail.com
0
\ No newline at end of file
0
+The +newjs+ command creates a new JavaScript project/application
0
+with a default directory structure and configuration at the path you specify.
0
+
0
+== Example
0
+
0
++newjs path/to/my-app-name+
0
+
0
+This generates a skeletal JavaScript project/application
0
+installation in path/to/my-app-name
0
+
0
+== Author
0
+
0
+Dr Nic Williams, http://drnicwilliams.com, drnicwilliams@gmail.com
0
+
0
+== License
0
+
0
+(The MIT License)
0
+
0
+Copyright (c) 2008 Dr Nic Williams
0
+
0
+Permission is hereby granted, free of charge, to any person obtaining
0
+a copy of this software and associated documentation files (the
0
+'Software'), to deal in the Software without restriction, including
0
+without limitation the rights to use, copy, modify, merge, publish,
0
+distribute, sublicense, and/or sell copies of the Software, and to
0
+permit persons to whom the Software is furnished to do so, subject to
0
+the following conditions:
0
+
0
+The above copyright notice and this permission notice shall be
0
+included in all copies or substantial portions of the Software.
0
+
0
+THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
0
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
0
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
0
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
0
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
0
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
0
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Comments

    No one has commented yet.