0.0.26 • Published 5 years ago
@albkt/core v0.0.26
@shopbase-theme-cli/core
Export
variables, util, flags, errors, config, cli, inquirer, request, git, CommandExample
import {variables} from '@shopbase-theme/core'
console.log(variables.host)Command Class
auth, request, cli, inquirer, util, variables, gitExample:
import Command from '@shopbase-theme/core'
class Example extends Command {
static description = 'Example Class'
static hidden = true
async run() {
const url = 'https://jsonplaceholder.typicode.com/todos/1'
const r: any = await this.request.get(url)
this.cli.warn('This is a warn')
this.cli.info(r)
}
}0.0.25
5 years ago
0.0.26
5 years ago
0.0.24
6 years ago
0.0.23
6 years ago
0.0.22
6 years ago
0.0.21
6 years ago
0.0.20
6 years ago
0.0.19
6 years ago
0.0.18
6 years ago
0.0.17
6 years ago
0.0.16
6 years ago
0.0.15
6 years ago
0.0.11
6 years ago
0.0.12
6 years ago
0.0.13
6 years ago
0.0.10
6 years ago
0.0.9
6 years ago
0.0.8
6 years ago
0.0.7
6 years ago