1.0.3 • Published 6 years ago
js-word-count-for-haiku v1.0.3
js-word-count-for-haiku
俳句用に字数をカウントする関数
これは クソアプリ Advent Calendar 2019の 19 日目の記事である、ビルド時に俳句を読めるプラグイン のために開発されたものです。
導入
$ yarn add js-word-count-for-haikuconst countWord = require("js-word-count-for-haiku").default;
const c = countWord("コンソール");
console.log(c); // => 5開発
モジュールインストール
$ yarn installテスト
$ yarn run testt本番用ビルド
$ yarn run build:pr公開前にドライラン
$ tar -tf $(npm pack)npm に公開
$ npm publish