1.0.3 • Published 4 years ago

js-word-count-for-haiku v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

js-word-count-for-haiku

俳句用に字数をカウントする関数

これは クソアプリ Advent Calendar 2019の 19 日目の記事である、ビルド時に俳句を読めるプラグイン のために開発されたものです。

導入

$ yarn add js-word-count-for-haiku
const 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