UNPKG
chopcal
Version:
latest (3.0.3)
3.0.3
3.0.2
3.0.1
3.0.0
2.0.0
1.0.0
Chop numbers.
github.com/okunishinishi/node-chopcal
okunishinishi/node-chopcal
chopcal
/
ci
/
share.js
19 lines
(13 loc)
•
277 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/env node
/** * Share this project. */
'use strict'
process.
chdir
(__dirname +
'/..'
)
var
apeTasking =
require
(
'ape-tasking'
), sharegit =
require
(
'sharegit'
) apeTasking.
runTasks
(
'share'
, [
function
(
callback
) {
sharegit
(callback) } ],
true
)