UNPKG
@6i/ink-tools
Version:
latest (1.0.0)
1.0.0
Utilities to compile story Ink file into JSON.
github.com/v20100v/ink-tools
v20100v/ink-tools
@6i/ink-tools
/
index.js
13 lines
(10 loc)
•
263 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env node
/* * @copyright © 2020 6i * @author 20100 <vb20100bv@gmail.com> * Released under a MIT license. */
const
ApplicationCLI
=
require
(
'./src/ApplicationCLI'
);
// Let's go party !
let
application =
new
ApplicationCLI
(); application.
start
();