# senchou

> Generate TypeScript for Kubernetes resources.

## Command Line

### Installation

```shell
# Using npm.
npm install --global senchou

# Using yarn.
yarn add --global senchou

# Running directly with npx.
npx senchou
```

### Usage

For CLI usage information, see [@senchou/cli](https://npm.im/@senchou/cli).

## Library

### Installation

```shell
# Using npm.
npm install senchou

# Using yarn.
yarn add senchou
```

### Usage

For Library usage information, see [@senchou/core](https://npm.im/@senchou/core).

Importing `senchou` will import the `@senchou/core` module
for convenience.
