mika-f / kiana

Reusable Configurations and Project Toolchain for Node.js projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@natsuneko-laboratory/kiana

Reusable Configurations and Project Toolchain for Node.js projects.

Install

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

Usage

Initialize the Project:

# 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:

$ pnpm run kiana build

Test the Project:

$ pnpm run kiana test

Format the Project:

$ pnpm run kiana format

Lint the Project:

$ pnpm run kiana lint

Publish the Project:

$ pnpm run kiana publish

License

MIT by @6jz

About

Reusable Configurations and Project Toolchain for Node.js projects.

License:MIT License


Languages

Language:TypeScript 100.0%