kintone-uploader-env

1.1.0Β β€’Β PublicΒ β€’Β Published

kintone-uploader-env

πŸš€ Development tool based on @kintone/customize-uploader that allows reading variables from .env during development.

Installation

npm install -D kintone-uploader-env

Usage

Create a .env file in the root directory of your project and fill in the following variables:

KINTONE_BASE_URL=
KINTONE_USERNAME=
KINTONE_PASSWORD=
APP_ID=

You can also add commands to your package.json for convenience:

// package.json 

"scripts": {
    "dev": "kintone-uploader-env",

Or execute directly:

npx kintone-uploader-env

Options

Options
    -e Specify the path to the .env file, default is .env
    -m Specify the path to the mainfest.json file, default is mainfests/dev.json

Readme

Keywords

Package Sidebar

Install

npm i kintone-uploader-env

Weekly Downloads

8

Version

1.1.0

License

MIT

Unpacked Size

5.55 kB

Total Files

8

Last publish

Collaborators

  • westleft