ycmd
Version:
LSK.js CLI (Command Line Interface) is the easiest way to create and manage LSK.js project
108 lines (83 loc) • 3.83 kB
Markdown
# LSK.js – CLI
> LSK.js CLI (Command Line Interface) is the easiest way to create and manage LSK.js project.
[](https://github.com/lskjs)
[](https://www.npmjs.com/package/@lskjs/cli)
[](https://www.npmjs.com/package/@lskjs/cli)
[](https://bundlephobia.com/result?p=@lskjs/cli)
[](https://www.npmjs.com/package/@lskjs/cli)
[](https://bundlephobia.com/result?p=@lskjs/cli)
[](https://bundlephobia.com/result?p=@lskjs/cli)
[](https://github.com/cli/lskjs/blob/master/LICENSE)
[](https://t.me/lskjschat)
<!-- ## Getting Started -->
<!-- toc -->
* [LSK.js – CLI](#lskjs--cli)
* [Quick start](#quick-start)
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
<!-- quickstart -->
# Quick start
```sh-session
$ npx lsk init test3
...waiting...
============= SUCCESS =============
now you should do: cd test3 && npm run dev
```
<!-- quickstarttop -->

# Usage
<!-- usage -->
```sh-session
$ npm install -g lsk
$ lsk COMMAND
running command...
$ lsk (-v|--version|version)
lsk/3.0.0-alpha.7 darwin-arm64 node-v19.3.0
$ lsk --help [COMMAND]
USAGE
$ lsk COMMAND
...
```
<!-- usagestop -->
# Commands
<!-- commands -->
* [`lsk help [COMMAND]`](#lsk-help-command)
* [`lsk info`](#lsk-info)
* [`lsk run SCRIPT`](#lsk-run-script)
## `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](https://github.com/oclif/plugin-help/blob/v5.1.23/src/commands/help.ts)_
## `lsk info`
```
USAGE
$ lsk info
```
_See code: [lib/commands/info.js](https://github.com/lskjs/cli/blob/v3.0.0-alpha.7/lib/commands/info.js)_
## `lsk run SCRIPT`
```
USAGE
$ lsk run SCRIPT
```
_See code: [lib/commands/run.js](https://github.com/lskjs/cli/blob/v3.0.0-alpha.7/lib/commands/run.js)_
<!-- commandsstop -->
## Contributors ✨
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://isuvorov.com.com"><img src="https://avatars2.githubusercontent.com/u/1056977?v=4" width="100px;" alt=""/><br /><sub><b>Igor Suvorov</b></sub></a><br /><a href="#question-isuvorov" title="Answering Questions">💬</a> <a href="isuvorov/lib-starter-kit/isuvorov/lib-starter-kit/commits?author=isuvorov" title="Code">💻</a> <a href="#design-isuvorov" title="Design">🎨</a> <a href="isuvorov/lib-starter-kit/isuvorov/lib-starter-kit/commits?author=isuvorov" title="Documentation">📖</a> <a href="#example-isuvorov" title="Examples">💡</a> <a href="#ideas-isuvorov" title="Ideas, Planning, & Feedback">🤔</a> <a href="isuvorov/lib-starter-kit/isuvorov/lib-starter-kit/pulls?q=is%3Apr+reviewed-by%3Aisuvorov" title="Reviewed Pull Requests">👀</a> <a href="isuvorov/lib-starter-kit/isuvorov/lib-starter-kit/commits?author=isuvorov" title="Tests">⚠️</a> <a href="#a11y-isuvorov" title="Accessibility">️️️️♿️</a></td>
</tr>
</table>
<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->