京都のkintone用javascript
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 line
278B

  1. #!/bin/bash
  2. cd $(dirname ${0})
  3. cd ..
  4. # 環境変数の読み込み
  5. # export $(cat .env.development | grep -v ^# | sed -e s/^DEV_//g | xargs)
  6. echo "env-cmd kintone-dts-gen --app-id ${1} -o ./types/fields.d.ts"
  7. npx env-cmd kintone-dts-gen --app-id ${1} -o ./types/fields.d.ts