js-word-count-for-haiku

1.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i js-word-count-for-haiku

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

3.36 kB

Total Files

4

Last publish

Collaborators

  • sadness.ojisan