0.6.3 • Published 12 years ago

steve-tools v0.6.3

Weekly downloads
46
License
-
Repository
github
Last release
12 years ago

Tools for creating a node site

And always remember: Steve is JSON's Best Friend (TM).

init

Create a new app with basic html5 + nodejs boilerplate

steve-init my-new-app
cd my-new-app
git init

mkjs

Creates a new javascript file with jshint comments and (function () {...}()) already added

mkjs my-module.js

watch

Watches files with the extensions .js, .less, or .jade for modifications and runs deploy.sh 1000ms after the last file is modified (so that it doesn't go crazy on a "Save All and Quit")

steve-watch -x js -x less -x jade -s deploy.sh --timeout 1000

addjshint

Add jshint comments to an existing js file

addjshint my-module.js

LICENSE

MIT / Apache2

"JSON's Best Friend" (TM) is a tradmark owned by AJ ONeal in relation to Steve, the web-application framework.

0.6.3

12 years ago

0.6.2

12 years ago

0.6.1

12 years ago

0.6.0

12 years ago

0.5.2

12 years ago

0.5.1

12 years ago

0.5.0

12 years ago

0.4.1

12 years ago

0.4.0

12 years ago

0.3.0

12 years ago

0.2.0

12 years ago

0.1.0

12 years ago