UNPKG

211 BJavaScriptView Raw
1'use strict'
2
3const apemanScff = require('apeman-scff')
4const scff = require('apeman-scff-brws')
5
6apemanScff(scff, 'project/my-awesome-project', {
7 silent: false,
8 force: false
9}).then(() => {
10 /* ... */
11})
12