0.0.26 • Published 4 years ago

@albkt/core v0.0.26

Weekly downloads
17
License
-
Repository
-
Last release
4 years ago

@shopbase-theme-cli/core

Export

variables, util, flags, errors, config, cli, inquirer, request, git, Command

Example

import {variables} from '@shopbase-theme/core'

console.log(variables.host)

Command Class

auth, request, cli, inquirer, util, variables, git

Example:

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

4 years ago

0.0.26

4 years ago

0.0.24

5 years ago

0.0.23

5 years ago

0.0.22

5 years ago

0.0.21

5 years ago

0.0.20

5 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.11

5 years ago

0.0.12

5 years ago

0.0.13

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago