# alk-cli

> alkaid配套的cli工具，用于下载模板代码和上传物料

Latest version **1.0.8** (published 2022-10-12) · ISC license · 0 weekly downloads

## Install

```sh
npm install alk-cli
pnpm add alk-cli
yarn add alk-cli
bun add alk-cli
```

Provides the command `alk`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.8 |
| Published | 2022-10-12 |
| First published | 2021-11-03 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 5.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | whiskeyi, yousy, guoyeeg, azgaga, liushichuan, yaochen, shenyuan, aflyermin, ignous, jeekdong |

## Links

- npm: https://www.npmjs.com/package/alk-cli
- npm.io page: https://npm.io/package/alk-cli

## Dependencies (6)

- [ora](https://npm.io/package/ora.md) ^3.2.0
- [bit-bin](https://npm.io/package/bit-bin.md) ^14.8.8
- [inquirer](https://npm.io/package/inquirer.md) ^8.2.0
- [commander](https://npm.io/package/commander.md) ^8.3.0
- [@fle/color](https://npm.io/package/@fle/color.md) 0.0.3
- [download-git-repo](https://npm.io/package/download-git-repo.md) ^3.0.2

## Recent versions

- 1.0.8 (latest) — 2022-10-12
- 1.0.7 — 2022-10-12
- 1.0.6 — 2022-10-12
- 1.0.5 — 2022-08-22
- 1.0.4 — 2021-11-04
- 1.0.3 — 2021-11-04
- 1.0.2 — 2021-11-03
- 1.0.1 — 2021-11-03
- 1.0.0 — 2021-11-03

## README

## 描述

alkaid配套的cli工具，用于下载模板代码和上传物料

安装

```
sudo npm i alk-cli -g
```

## api

下载模板代码

```
alk init
```

支持一下3种模板

- block
- page
- component

添加物料

```
alk add
```

上传物料

```
alk export
```

## 其他

别名

```
const aliases = {
  "i": "init",
  "e": "export",
  "a": "add"
};
```

[模版地址](https://github.com/NeteaseLofter/material-template/tree/block)

---
_Source: https://npm.io/package/alk-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
