I am new to JavaScriptMVC I downloaded it and trying out my first "hello world" commands.
The problem is all the examples are for PC's.I am stuck at the first point. How do i write the commands in the terminal console.
In the documentation the first thing to do is to C:\workspace\Cookbook>js jmvc\update
How do i write this in the terminal.
Then the next command is js jmvc\generate\app cookbook
Is anyone familiar, maybe i need additional plugins or add-ons.
js
is a shell script, so to run it you have to write ./
first, like this:
./js jmvc/update
精彩评论