Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mika-f/kiana

Reusable Configurations and Project Toolchain for Node.js projects.
https://github.com/mika-f/kiana

Last synced: 4 days ago
JSON representation

Reusable Configurations and Project Toolchain for Node.js projects.

Awesome Lists containing this project

README

        

# @natsuneko-laboratory/kiana

Reusable Configurations and Project Toolchain for Node.js projects.

## Install

```bash
$ pnpm add @natsuneko-laboratory/kiana --save-dev
```

## Usage

Initialize the Project:

```bash
# default setup
$ pnpm run kiana init

# create GitHub Actions
$ pnpm run kiana init --github-actions

# eject vite config
$ pnpm run kiana init --eject-vite
```

Build the Project:

```bash
$ pnpm run kiana build
```

Test the Project:

```bash
$ pnpm run kiana test
```

Format the Project:

```bash
$ pnpm run kiana format
```

Lint the Project:

```bash
$ pnpm run kiana lint
```

Publish the Project:

```bash
$ pnpm run kiana publish
```

## License

MIT by [@6jz](https://to.natsuneko.com/6jz)