@lskjs/cli

LSK.js CLI (Command Line Interface) is the easiest way to create and manage LSK.js project

Usage no npm install needed!

<script type="module">
  import lskjsCli from 'https://cdn.skypack.dev/@lskjs/cli';
</script>

README

LSK.js – CLI

LSK.js CLI (Command Line Interface) is the easiest way to create and manage LSK.js project.

LSK logo NPM version NPM downloads NPM Dependency count Have TypeScript types Have tree shaking NPM Package size License Ask us in Telegram

Quick start

$ npx lsk init test3
...waiting...
============= SUCCESS =============
now you should do: cd test3 && npm run dev

LSK.js – CLI

Usage

$ npm install -g @lskjs/cli
$ lsk COMMAND
running command...
$ lsk (-v|--version|version)
@lskjs/cli/2.46.0 darwin-x64 node-v17.0.1
$ lsk --help [COMMAND]
USAGE
  $ lsk COMMAND
...

Commands

lsk bootstrap

USAGE
  $ lsk bootstrap

See code: lib/commands/bootstrap.js

lsk copy FROM TO

Recursive incremental copy dirs with rsync

USAGE
  $ lsk copy FROM TO

OPTIONS
  -g, --git=git                  include .git folder
  -n, --nodemodules=nodemodules  include node_modules folder

DESCRIPTION
  ...

See code: lib/commands/copy.js

lsk help [COMMAND]

Display help for lsk.

USAGE
  $ lsk help [COMMAND]

ARGUMENTS
  COMMAND  Command to show help for.

OPTIONS
  -n, --nested-commands  Include all nested commands in the output.

See code: @oclif/plugin-help

lsk info

USAGE
  $ lsk info

See code: lib/commands/info.js

lsk init PROJECTNAME

Init new LSK.js project

USAGE
  $ lsk init PROJECTNAME

OPTIONS
  -t, --template=template  An example to bootstrap the app with. You can use an example name from the LSK.js repo or a
                           GitHub URL. The URL can use any branch and/or subdirectory.

DESCRIPTION
  ...
  Extra documentation goes here

See code: lib/commands/init.js

lsk link FROM TO

Recursive watching and incremental copy dirs with rsync

USAGE
  $ lsk link FROM TO

OPTIONS
  -g, --git=git                  include .git folder
  -n, --nodemodules=nodemodules  include node_modules folder

DESCRIPTION
  ...

See code: lib/commands/link.js

lsk linkall CONFIG

Recursive watching and incremental copy dirs with rsync

USAGE
  $ lsk linkall CONFIG

OPTIONS
  -g, --git=git                  include .git folder
  -n, --nodemodules=nodemodules  include node_modules folder

DESCRIPTION
  ...

See code: lib/commands/linkall.js

lsk log

USAGE
  $ lsk log

See code: lib/commands/log.js

lsk run SCRIPT [ARG0] [ARG1] [ARG2] [ARG3] [ARG4] [ARG5] [ARG6] [ARG7] [ARG8] [ARG9]

USAGE
  $ lsk run SCRIPT [ARG0] [ARG1] [ARG2] [ARG3] [ARG4] [ARG5] [ARG6] [ARG7] [ARG8] [ARG9]

OPTIONS
  --explainPath=explainPath  explain of path

See code: lib/commands/run.js

lsk update

USAGE
  $ lsk update

See code: lib/commands/update.js

Contributors ✨


Igor Suvorov

💬 💻 🎨 📖 💡 🤔 👀 ⚠️ ️️️️♿️