1.4.1 • Published 6 months ago

kintone-uploader-env v1.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

kintone-uploader-env

English | 繁體中文

🚀 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=
GUEST_SPACE=

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
    -t Upload type, can specify customize or plugin, default is customize.
    -p Path to the plugin file, default is plugin.zip.
    -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
    -app Specify the key to read the app ID from the .env file
1.4.1

6 months ago

1.2.0

11 months ago

1.3.1

10 months ago

1.2.1

11 months ago

1.1.0

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago