# shin-typo3

> A Typo3 install tool.

Latest version **0.0.0** (published 2021-05-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install shin-typo3
pnpm add shin-typo3
yarn add shin-typo3
bun add shin-typo3
```

Provides the command `shin`.

## Health

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

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.0 |
| Published | 2021-05-14 |
| First published | 2021-05-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 4 |
| Unpacked size | 9.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | chzrsnake |
| Maintainers | chzrsnake |
| Keywords | oclif |

## Links

- npm: https://www.npmjs.com/package/shin-typo3
- Repository: https://github.com/chzrsnake/chzrsnake
- Issues: https://github.com/chzrsnake/chzrsnake/issues
- npm.io page: https://npm.io/package/shin-typo3

## Dependencies (4)

- [tslib](https://npm.io/package/tslib.md) ^1.14.1
- [@oclif/config](https://npm.io/package/@oclif/config.md) ^1.17.0
- [@oclif/command](https://npm.io/package/@oclif/command.md) ^1.8.0
- [@oclif/plugin-help](https://npm.io/package/@oclif/plugin-help.md) ^3.2.2

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 0.0.0 (latest) — 2021-05-14

## README

shin
====

A Typo3 install tool.

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/shin.svg)](https://npmjs.org/package/shin)
[![Downloads/week](https://img.shields.io/npm/dw/shin.svg)](https://npmjs.org/package/shin)
[![License](https://img.shields.io/npm/l/shin.svg)](https://github.com/chzrsnake/chzrsnake/blob/master/package.json)

<!-- toc -->
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
# Usage
<!-- usage -->
```sh-session
$ npm install -g shin-typo3
$ shin COMMAND
running command...
$ shin (-v|--version|version)
shin-typo3/0.0.0 linux-x64 node-v14.17.0
$ shin --help [COMMAND]
USAGE
  $ shin COMMAND
...
```
<!-- usagestop -->
# Commands
<!-- commands -->
* [`shin hello [FILE]`](#shin-hello-file)
* [`shin help [COMMAND]`](#shin-help-command)
* [`shin install NAME PATH`](#shin-install-name-path)

## `shin hello [FILE]`

describe the command here

```
USAGE
  $ shin hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ shin hello
  hello world from ./src/hello.ts!
```

_See code: [src/commands/hello.ts](https://github.com/chzrsnake/chzrsnake/blob/v0.0.0/src/commands/hello.ts)_

## `shin help [COMMAND]`

display help for shin

```
USAGE
  $ shin help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.2/src/commands/help.ts)_

## `shin install NAME PATH`

install a new typo3 project

```
USAGE
  $ shin install NAME PATH

OPTIONS
  -h, --help                   show CLI help
  -m, --method=composer|clean  [default: composer]

EXAMPLE
  $ shin install name path
```

_See code: [src/commands/install.ts](https://github.com/chzrsnake/chzrsnake/blob/v0.0.0/src/commands/install.ts)_
<!-- commandsstop -->

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