UNPKG
read-conf
Version:
latest (0.5.2)
0.5.2
0.5.1
0.5.0
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
reads a config file
github.com/paulpflug/
paulpflug/read-conf
read-conf
/
toDoc.js
9 lines
(7 loc)
•
144 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
#!/usr/bin/env node
try
{
require
(
"coffeescript/register"
)
require
(
"./src/toDocCli.coffee"
) }
catch
(e) {
require
(
"./lib/toDocCli.js"
) }