https://github.com/ddavison/kinetic
kinetic package for the Atom editor. Move your files from one place, to another
https://github.com/ddavison/kinetic
Last synced: about 1 year ago
JSON representation
kinetic package for the Atom editor. Move your files from one place, to another
- Host: GitHub
- URL: https://github.com/ddavison/kinetic
- Owner: ddavison
- License: mit
- Created: 2014-06-08T19:18:06.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-10T17:12:52.000Z (almost 12 years ago)
- Last Synced: 2025-02-05T00:09:08.231Z (over 1 year ago)
- Language: CoffeeScript
- Homepage: http://atom.io/packages/kinetic
- Size: 1.16 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
kinetic
=====
Kinetic is a handy tool that you can use to upload your code to remote sources!
The name "kinetic" was inspired from the physical sense, where the energy of force moves an object.
## Current Available Modules
* HasteBin
* GitHub Gist
* Imgur
* PasteBin
# To Use
### Start with your source

### Select your module (what to upload to)

### Observe!
#### PasteBin

#### Gist

## Modular
This project was built with modularity in mind.
PasteBin, is just one of the many potential use cases for this package.
This package is potentially useful for private use. By creating a module named `myapp.coffee` and following the [API](https://github.com/ddavison/kinetic/wiki/API),
you are able to specify your own local url to share code with coworkers, or potentially even share live changes.