New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ask-jp-formatter

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ask-jp-formatter

Simple formatter for Japanese Alexa Skill content.

latest
npmnpm
Version
2.2.2
Version published
Maintainers
1
Created
Source

Alexa Japanese content formatter

Alexaでの発話を日本語化する際のヘルパー関数です。

Getting started

$ npm i -S ask-jp-formatter

Usage

const {
  replaceDescription,
  replaceSpeechContent,
  replaceLabel
} = require('ask-jp-formatter')

replaceDescription('テストである。仕方ないが、確認する。')
'テストです。仕方ありませんが、確認します。'

replaceSpeechContent('『テスト&チェック』 (1990年1月 - )')
'テストアンドチェック (1990年1月生まれ)'

replaceLabel('『テスト&チェック』')
'「テスト&チェック」'

Contributing

$ git clone https://github.com/ask-utils/ask-jp-formatter,.git
$ cd sparql-client
$ git checkout -b YOUR_TOPIC_BRANCH
$ npm i

Before PR

Please pass following check before make your Pull Request.

$ npm run lint
$ npm test

FAQs

Package last updated on 27 Oct 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts