This package has been deprecated

Author message:

@koba04/create-kintone-plugin is deprecated. Please install @kintone/create-plugin instead.

@koba04/create-kintone-plugin

0.5.5 • Public • Published

create-kintone-plugin

npm version CircleCI Build status

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 start

Language

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 ja

If you set LANG environment variable ja_XX.XXX, the lang option will be ja automatically.

LICENSE

MIT License: Toru Kobayashi

Readme

Keywords

Package Sidebar

Install

npm i @koba04/create-kintone-plugin

Weekly Downloads

3

Version

0.5.5

License

MIT

Unpacked Size

75.2 kB

Total Files

27

Last publish

Collaborators

  • koba04