0.5.5 • Published 8 years ago
@koba04/create-kintone-plugin v0.5.5
create-kintone-plugin
A CLI tool for creating a kintone plugin!
Usage
npx create-kintone-plugin ${name}or
npm install -g create-kintone-plugin
create-kintone-plugin ${name}After the command has been finished, you can start development kintone plugin!
cd ${name}
npm startLanguage
create-kintone-plugin is supporting Japanese,
if you want to use console messages in Japanese, you can use --lang ja option.
npx create-kintone-plugin ${name} --lang jaIf you set LANG environment variable ja_XX.XXX, the lang option will be ja automatically.
LICENSE
MIT License: Toru Kobayashi