@engineers/gcloud-storage 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +49 -0
- package/dist/index.js +102984 -0
- package/package.json +42 -0
package/README.md
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# @engineers/gcloud-storage
|
|
2
|
+
|
|
3
|
+
google cloud storage
|
|
4
|
+
|
|
5
|
+
## install
|
|
6
|
+
|
|
7
|
+
install the package and it's peer dependencies:
|
|
8
|
+
|
|
9
|
+
```
|
|
10
|
+
npm i @engineers/gcloud-storage
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
you can build this package and any of our packages yourself from [source](https://github.com/eng-dibo/dibo/tree/main/packages)
|
|
14
|
+
|
|
15
|
+
## contributing
|
|
16
|
+
|
|
17
|
+
contributing with us are very welcome.
|
|
18
|
+
|
|
19
|
+
read our [contributing guide](https://github.com/eng-dibo/dibo/blob/main/CONTRIBUTING.md)
|
|
20
|
+
|
|
21
|
+
## support us
|
|
22
|
+
|
|
23
|
+
- [paypal](https://paypal.me/group99001)
|
|
24
|
+
|
|
25
|
+
- [patreon](https://www.patreon.com/GoogleDev)
|
|
26
|
+
|
|
27
|
+
## useful packages by `@engineers`
|
|
28
|
+
|
|
29
|
+
- check out these useful packages that created by [@engineers organization](https://www.npmjs.com/org/engineers)
|
|
30
|
+
|
|
31
|
+
- [cache](https://github.com/eng-dibo/dibo/tree/main/packages/cache)
|
|
32
|
+
- [databases](https://github.com/eng-dibo/dibo/tree/main/packages/databases)
|
|
33
|
+
- [dibo-system](https://github.com/eng-dibo/dibo/tree/main/packages/dibo-system)
|
|
34
|
+
- [dom](https://github.com/eng-dibo/dibo/tree/main/packages/dom)
|
|
35
|
+
- [express-redirect-middleware](https://github.com/eng-dibo/dibo/tree/main/packages/express-redirect-middleware)
|
|
36
|
+
- [firebase-admin](https://github.com/eng-dibo/dibo/tree/main/packages/firebase-admin)
|
|
37
|
+
- [gcloud-storage](https://github.com/eng-dibo/dibo/tree/main/packages/gcloud-storage)
|
|
38
|
+
- [graphics](https://github.com/eng-dibo/dibo/tree/main/packages/graphics)
|
|
39
|
+
- [javascript](https://github.com/eng-dibo/dibo/tree/main/packages/javascript)
|
|
40
|
+
- [lazy-load](https://github.com/eng-dibo/dibo/tree/main/packages/lazy-load)
|
|
41
|
+
- [mongoose](https://github.com/eng-dibo/dibo/tree/main/packages/mongoose)
|
|
42
|
+
- [ngx-content-core](https://github.com/eng-dibo/dibo/tree/main/packages/ngx-content-core)
|
|
43
|
+
- [ngx-content-view-mat](https://github.com/eng-dibo/dibo/tree/main/packages/ngx-content-view-mat)
|
|
44
|
+
- [ngx-universal-express](https://github.com/eng-dibo/dibo/tree/main/packages/ngx-universal-express)
|
|
45
|
+
- [ngx-utils](https://github.com/eng-dibo/dibo/tree/main/packages/ngx-utils)
|
|
46
|
+
- [nodejs](https://github.com/eng-dibo/dibo/tree/main/packages/nodejs)
|
|
47
|
+
- [rxjs](https://github.com/eng-dibo/dibo/tree/main/packages/rxjs)
|
|
48
|
+
- [tmpl](https://github.com/eng-dibo/dibo/tree/main/packages/tmpl)
|
|
49
|
+
- [webpack](https://github.com/eng-dibo/dibo/tree/main/packages/webpack)
|