https://github.com/gavinning/node-post
post
https://github.com/gavinning/node-post
Last synced: 7 months ago
JSON representation
post
- Host: GitHub
- URL: https://github.com/gavinning/node-post
- Owner: gavinning
- Created: 2016-07-13T12:02:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-26T09:21:55.000Z (about 9 years ago)
- Last Synced: 2025-06-07T17:43:00.134Z (7 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Node-post
快速上传文件 [node-post-server](https://www.npmjs.com/package/node-post-server)
```sh
$ npm i node-post -g
```
### Help
```sh
$ post -h
```
### Config
```sh
$ post ls
$ post add config-name http://user:password@domian.com/upload
```
### Upload
```sh
$ post *
$ post lib
$ post lib/**
$ post lib bin
$ post lib/**/*.js
$ post lib/**/*.{js, css}
```
### Server By Express
[node-post-server](https://www.npmjs.com/package/node-post-server)