Skip to content

Build and distribute reusuable exposed modules

Notifications You must be signed in to change notification settings

teamxps/xps-core

Repository files navigation

@teamxps/xps

Build and distribute reusuable exposed modules

Thinking of Contributing?

Read the contributions guide first!

============

oclif Version Downloads/week License

Usage

$ npm install -g @teamxps/xps
$ xps COMMAND
running command...
$ xps (-v|--version|version)
@teamxps/xps/0.0.0 win32-x64 node-v12.13.0
$ xps --help [COMMAND]
USAGE
  $ xps COMMAND
...

Commands

xps fetch:fetch [REMOTENAME]

describe the command here

USAGE
  $ xps fetch:fetch [REMOTENAME]

OPTIONS
  -h, --help         show CLI help
  -i, --interactive

ALIASES
  $ xps fetch

See code: src\commands\fetch\fetch.ts

xps help [COMMAND]

display help for xps

USAGE
  $ xps help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

xps import:import [REMOTENAME]

Add a remote to the project

USAGE
  $ xps import:import [REMOTENAME]

OPTIONS
  -h, --help         show CLI help
  -i, --interactive

ALIASES
  $ xps import

See code: src\commands\import\import.ts

xps init:package

Create a new xps package

USAGE
  $ xps init:package

OPTIONS
  -h, --help  show CLI help

ALIASES
  $ xps init:pkg
  $ xps init:package

See code: src\commands\init\package.ts

xps init:project [DIRNAME]

Create a new xps project

USAGE
  $ xps init:project [DIRNAME]

OPTIONS
  -h, --help  show CLI help

ALIASES
  $ xps init
  $ xps init:proj
  $ xps init:project

See code: src\commands\init\project.ts

xps meta:dependency FILE

List the dependencies for an entry file

USAGE
  $ xps meta:dependency FILE

OPTIONS
  -h, --help  show CLI help

ALIASES
  $ xps meta:dep
  $ xps meta:dependency

See code: src\commands\meta\dependency.ts

xps meta:hashobject [HASH]

Gives the file content for a corresponding hashobject

USAGE
  $ xps meta:hashobject [HASH]

OPTIONS
  -h, --help  show CLI help

ALIASES
  $ xps meta:hashobj
  $ xps meta:hashobject

See code: src\commands\meta\hashobject.ts

xps remote:add NAME PATH TYPE

Add a remote to the project

USAGE
  $ xps remote:add NAME PATH TYPE

OPTIONS
  -h, --help  show CLI help

See code: src\commands\remote\add.ts

xps remote:delete NAME TYPE

Delete a remote or its properties

USAGE
  $ xps remote:delete NAME TYPE

OPTIONS
  -h, --help  show CLI help

ALIASES
  $ xps remote:delete
  $ xps remote:del

See code: src\commands\remote\delete.ts

xps remote:get

Output remote information

USAGE
  $ xps remote:get

OPTIONS
  -h, --help  show CLI help

ALIASES
  $ xps remote:get
  $ xps remote

See code: src\commands\remote\get.ts

xps scope:select

Select the project tracking scope

USAGE
  $ xps scope:select

OPTIONS
  -a, --all
  -h, --help         show CLI help
  -i, --interactive

ALIASES
  $ xps scope

See code: src\commands\scope\select.ts

xps snapshot:all [PKGNAME]

Create a package snapshot of all file changes

USAGE
  $ xps snapshot:all [PKGNAME]

OPTIONS
  -h, --help  show CLI help

ALIASES
  $ xps snapshot
  $ xps snap

See code: src\commands\snapshot\all.ts

xps snapshot:status [PKGNAME]

Show the status of snapshot changes

USAGE
  $ xps snapshot:status [PKGNAME]

OPTIONS
  -h, --help  show CLI help

ALIASES
  $ xps snap:status
  $ xps snapshot:status
  $ xps status

See code: src\commands\snapshot\status.ts

About

Build and distribute reusuable exposed modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages