# tamnt-gstorage
A module is built to upload batch files to google cloud storage

## Installation
Use the package manager [npm](https://nodejs.org/) to install tamnt-gstorage.
```bash
npm install -g tamnt-gstorage
```

## Usage
Init config file:
```bash
tamnt-gstorage init
```

Edit config file:
```
{
  "bucket": "topnailsupply",
  "dataFile": "",
  "props": {
    "id": "id",
    "img": "img",
    "name": "name"
  }
}
```

Run command:
```bash
tamnt-gstorage run
```

## Contributing
> Nguyễn Thành Tâm
> tamfly_production@yahoo.com

## License
MIT