Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kphrx/nico-zenza

Rewrite ZenzaWatch
https://github.com/kphrx/nico-zenza

Last synced: about 2 months ago
JSON representation

Rewrite ZenzaWatch

Awesome Lists containing this project

README

        

= ZenzaWatch

を TypeScript で書き直すやつ

== Installation
将来的に greasyfork.org にアップロードするかも

== Development
[source,bash]
----
# 依存関係のインストールとgit hooksの追加
npm install

# development mode で UserScript 生成
npm run build:dev
# production mode で UserScript 生成
npm run build:prod

# テスト
npm test
# ファイル変更を検知してテスト
npm run test:watch

# TypeScript の型チェック
npm run compile && npm run compile -- --clean

# コードフォーマットチェック
npm run lint
# コード整形
npm run lint:fix
----