1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 14:53:15 +00:00
TiddlyWiki5/tiddlywiki.js
Jeremy Ruston 3e42584a07 Rename cli.js to tiddlywiki.js
Use it consistently as the command line entry point, rather than boot.js
2012-07-18 11:50:11 +01:00

8 lines
147 B
JavaScript
Executable File

#!/usr/bin/env node
/*
This is invoked as a shell script by NPM when the `tiddlywiki` command is typed
*/
var tiddlywiki = require("./boot.js");