1.1.0 ā€¢ Published 15 days ago

kintone-uploader-env v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
15 days ago

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
1.1.0

15 days ago

1.0.6

20 days ago

1.0.5

21 days ago

1.0.4

21 days ago

1.0.3

21 days ago

1.0.2

22 days ago

1.0.1

22 days ago

1.0.0

22 days ago