UNPKG
@artipub/cli
Version:
alpha (0.0.9-alpha.0)
beta (0.0.7-beta.2)
latest (0.0.17)
0.0.17
0.0.16
0.0.15
0.0.14
0.0.13
0.0.10
0.0.9
0.0.9-alpha.0
0.0.8
0.0.7
0.0.7-beta.2
0.0.7-beta.1
0.0.7-beta.0
0.0.6
0.0.5
0.0.5-beta.2
0.0.5-beta.1
0.0.4
0.0.4-beta.0
0.0.3
0.0.2
0.0.2-beta.1
0.0.2-beta.0
A library for processing and publishing articles
artipub.github.io/artipub/
artipub/artipub
@artipub/cli
/
bin
/
index.js
8 lines
(6 loc)
•
135 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
#!/usr/bin/env node
import
cli
from
"../dist/index.js"
; cli.
run
().
catch
(
(
error_
) =>
{
console
.
error
(error_); process.
exit
(
1
); });