kopia lustrzana https://github.com/miklobit/TiddlyWiki5
8 wiersze
147 B
JavaScript
8 wiersze
147 B
JavaScript
|
#!/usr/bin/env node
|
||
|
|
||
|
/*
|
||
|
This is invoked as a shell script by NPM when the `tiddlywiki` command is typed
|
||
|
*/
|
||
|
|
||
|
var tiddlywiki = require("./boot.js");
|