Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mika-f/kiana
- Owner: mika-f
- License: mit
- Created: 2024-01-25T13:33:15.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T10:44:26.000Z (5 months ago)
- Last Synced: 2024-06-21T01:28:05.526Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)