{"id":23136328,"url":"https://github.com/landonepps/autocopper","last_synced_at":"2025-04-04T09:13:52.688Z","repository":{"id":145953219,"uuid":"167912564","full_name":"landonepps/AutoCopper","owner":"landonepps","description":"An autofill browser extension","archived":false,"fork":false,"pushed_at":"2019-04-08T12:55:33.000Z","size":1717,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-09T19:50:49.401Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/landonepps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-28T06:45:27.000Z","updated_at":"2023-01-06T22:14:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"35d3f218-ef11-449b-89bb-d50d43f1e11e","html_url":"https://github.com/landonepps/AutoCopper","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/landonepps%2FAutoCopper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/landonepps%2FAutoCopper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/landonepps%2FAutoCopper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/landonepps%2FAutoCopper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/landonepps","download_url":"https://codeload.github.com/landonepps/AutoCopper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247149510,"owners_count":20891954,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-17T12:20:23.229Z","updated_at":"2025-04-04T09:13:52.670Z","avatar_url":"https://github.com/landonepps.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AutoCopper\n\nA cross-platform browser extension to help with Supreme drops.\n\nOriginally I made it for my own personal use and did not intend to share it. There were already too many people using similar tools, and I didn't want to make the situation worse by releasing this for free.\n\nSince I'm no longer interested in Supreme and this extension isn't up to date, I've decided to make it public.\n\n## Installation\n\n\t$ npm install\n\n  If you get node-gyp errors, you may need to install automake.\n  \n\t$ brew install libtool automake autoconf\n\n## Usage\n\nRun `$ gulp --watch` and load the `dist`-directory into chrome.\n\n## Entryfiles (bundles)\n\nThere are two kinds of entryfiles that create bundles.\n\n1. All js-files in the root of the `./app/scripts` directory\n2. All css-,scss- and less-files in the root of the `./app/styles` directory\n\n## Tasks\n\n### Build\n\n    $ gulp\n\n\n| Option         | Description                                                                                                                                           |\n|----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `--watch`      | Starts a livereload server and watches all assets. \u003cbr\u003eTo reload the extension on change include `livereload.js` in your bundle.                      |\n| `--production` | Minifies all assets                                                                                                                                   |\n| `--verbose`    | Log additional data to the console.                                                                                                                   |\n| `--vendor`     | Compile the extension for different vendors (chrome, firefox, opera, edge)  Default: chrome                                                                 |\n| `--sourcemaps` | Force the creation of sourcemaps. Default: !production                                                                                                |\n\n\n### pack\n\nZips your `dist` directory and saves it in the `packages` directory.\n\n    $ gulp pack --vendor=firefox\n\n### Version\n\nIncrements version number of `manifest.json` and `package.json`,\ncommits the change to git and adds a git tag.\n\n\n    $ gulp patch      // =\u003e 0.0.X\n\nor\n\n    $ gulp feature    // =\u003e 0.X.0\n\nor\n\n    $ gulp release    // =\u003e X.0.0\n\n\n## Globals\n\nThe build tool also defines a variable named `process.env.NODE_ENV` in your scripts. It will be set to `development` unless you use the `--production` option.\n\n\n**Example:** `./app/background.js`\n\n```javascript\nif(process.env.NODE_ENV === 'development'){\n  console.log('We are in development mode!');\n}\n```\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flandonepps%2Fautocopper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flandonepps%2Fautocopper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flandonepps%2Fautocopper/lists"}