GD backs up your google drive account into a zip file
Tested for node 6.3.1
and npm 3.10.5
# clone project
git@github.com:mousemke/gd.git
# go into folder
cd gd
# install the npm modules
npm i
# edit config.js and add your account info. In whatever editor you like
# run tests
npm test
# start server
npm run serve
# clone project
npm i -D gd-backup
# go into folder
cd node_modules/gd
# install the npm modules
npm i
# edit config.js and add your account info. In whatever editor you like
# run tests
npm test
# start server
npm run serve
npm scripts | description |
---|---|
npm run serve |
starts the dev server at http://localhost:16666 |
npm run lint |
runs eslint for code and code style issues |
npm run lintFix |
runs eslint for code and code style issues, fixes minor issues |
npm test |
runs only linters (for now) |
Please report issues here.
- What did you do, when the bug appeared.
- Node, NPM, + version number
- OS
- critical -> needs fix right away (like broken build, blocks development)
- bug -> needs fix
- issue -> small bug, does not affect anything (small bug in UI, design issue)
- feature -> feature request
- question -> needs discussion
- docs -> needs documentation
- help wanted -> need help with implementation or fixing bug
Branch structure:
master
- latest stable git repo. Auto deploys to live (when applicable)
stage
- stable git repo release candidate. no dist files commited. auto deploys to stage (when applicable)
dev
- current development branch. This is where feature branches should branch from
feature branches - these branches come from dev, are branched for a specific geature or bug, then get merged back into dev
Check here for more detailed instructions
This project adheres to the Contributor Covenant. By participating, you are expected to honor this code.
- readme changes
- dependencies cleaned
- documentation and publishing info changes
- initial commit