UNPKG
picanhajs
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.994
0.0.993
0.0.992
0.0.991
0.0.99
0.0.98
0.0.96
0.0.95
0.0.94
0.0.93
0.0.92
0.0.9
A tasty website static generator
github.com/PicanhaLabs
PicanhaLabs/PicanhaJS
picanhajs
/
bin
/
picanhajs_1.1.js
11 lines
(8 loc)
•
263 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env node
process.
title
=
'picanha'
;
// Dependencies
var
ArgumentsController
=
require
(
'./lib_1.1/ArgumentsController'
); (
function
(
proc
) {
var
argumentsCtrl =
new
ArgumentsController
(proc.
argv
); argumentsCtrl.
router
.
executeAction
(); })(process);