Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

JSC Prototype

A quick port of Prototype without any DOM specific declarations.

This will let you execute Prototype based JavaScript code from your MAC OS terminal.

Setup

First, you need to create a shortcut to JavaScriptCore framework:

sudo ln /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc /bin/jsc

Then download and exceute the project:

# clone this project
git clone git://github.com/aemkei/JSC-Prototype.git
cd JSC-Prototype/
# run sample application
jsc sample.js -- one two three

This projekt was inspired by phpied.

About

Prototype.js port to work with JSC. Lets you run JavaScript code from the Mac OS X command line.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages