https://github.com/divyanshu-rawat/system-clipboard
Getting started with electron.js modules
https://github.com/divyanshu-rawat/system-clipboard
crossplatform electron-app electron-module
Last synced: about 1 year ago
JSON representation
Getting started with electron.js modules
- Host: GitHub
- URL: https://github.com/divyanshu-rawat/system-clipboard
- Owner: divyanshu-rawat
- License: mit
- Created: 2017-09-19T11:54:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T20:52:47.000Z (over 3 years ago)
- Last Synced: 2025-03-21T02:21:23.262Z (about 1 year ago)
- Topics: crossplatform, electron-app, electron-module
- Language: JavaScript
- Size: 51.4 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://forthebadge.com)

### Description
* A clipboard application that demonstrate the ability to access the system clipboard programmatically.
##
### Installation Instructions
* Open a command prompt in the project's root directory.
* Cd into that root folder you just cloned locally.
* Open terminal in the current folder and to install all dependencies type
```javascript
npm install
```
* This installs the dependencies as defined in the package.json file
```javascript
npm start
```
* This will run the server in the localhost.
##
### Contributing
1. Create your **_branch_**: `git checkout -b my-new-feature`
2. **_Commit_** your changes: `git commit -m 'Add some feature'`
3. **_Push_** to the branch: `git push origin my-new-feature`
4. Send a **Pull Request**
5. **_Enjoy!_**
##