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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    2
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i js-word-count-for-haiku

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

3.36 kB

Total Files

4

Last publish

Collaborators

  • sadness.ojisan