1.2.15 • Published 2 years ago

@icmaa/data-pump v1.2.15

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@icmaa/data-pump

Installation

yarn global add @icmaa/data-pump
// or
npm i -g @icmaa/data-pump

Usage

Use the cli's help fo detailed description like:

$ icmaa-data-pump --help

Use it with Google Cloud Storage (GCP)

To use it with Google Cloud Storage outside of a cloud-function or the GCP universe, you'll need to add a Google Service Account JSON file in a environment variable. You can export a global one using export GOOGLE_APPLICATION_CREDENTIALS=credentials.json or prepend your command with GOOGLE_APPLICATION_CREDENTIALS=credentials.json.

Publish package

npm login
npm version [patch | minor | major]
npm run build
npm publish --access public

Troubleshooting

TypeScript compiler and Cannot find module '@src/...' error

We are using tsc-alias to get hang of correct paths in the declaration files during module compilation, to get intellisense working for this module. Otherwise the type-definitions won't work if you use it as a module include.

More details here: https://medium.com/@phongtlam/stop-using-relative-paths-use-import-aliases-for-a-typescript-web-application-45ea8984fd8

1.2.15

2 years ago

1.2.14

2 years ago

1.2.12

2 years ago

1.2.13

2 years ago

1.2.10

2 years ago

1.2.11

2 years ago

1.2.9

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.19

3 years ago

1.1.18

3 years ago

1.1.17

3 years ago

1.1.16

3 years ago

1.1.15

3 years ago

1.1.14

3 years ago

1.1.13

3 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.3-alpha.0

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.7

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago