{"id":19935126,"url":"https://github.com/optimizely/optimizely_dev_tools","last_synced_at":"2025-05-03T12:31:03.367Z","repository":{"id":71780566,"uuid":"53831011","full_name":"optimizely/optimizely_dev_tools","owner":"optimizely","description":null,"archived":true,"fork":false,"pushed_at":"2016-04-05T22:00:46.000Z","size":918,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":81,"default_branch":"master","last_synced_at":"2025-03-01T12:17:19.610Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/optimizely.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2016-03-14T06:04:43.000Z","updated_at":"2023-09-14T20:55:24.000Z","dependencies_parsed_at":"2023-09-15T14:03:11.986Z","dependency_job_id":null,"html_url":"https://github.com/optimizely/optimizely_dev_tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/optimizely%2Foptimizely_dev_tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/optimizely%2Foptimizely_dev_tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/optimizely%2Foptimizely_dev_tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/optimizely%2Foptimizely_dev_tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/optimizely","download_url":"https://codeload.github.com/optimizely/optimizely_dev_tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252190697,"owners_count":21708930,"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-11-12T23:18:52.877Z","updated_at":"2025-05-03T12:31:03.362Z","avatar_url":"https://github.com/optimizely.png","language":"CSS","readme":"# Optimizely Developer Toolkit\n\n## Set up your development environment\n### Clone this repo\n\n```\ngit clone https://github.com/optimizely/optimizely_dev_tools.git\ncd optimizely_dev_tools\n```\n\n### Set up your Python virtualenv\n\n```\npip install virtualenv\nvirtualenv venv\nsource venv/bin/activate\npython setup.py install\n```\n\n### Install nvm (Node Version Manager)\n\n```\ncurl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash\n```\n\n## Creating a package\n\nWhen creating a new package, create a directory specifically for integration development (e.g., `optimizely_integrations/`) and `cd` into that directory. From there, use the following commands to initialize and develop your integration package(s).\n\n### Pre-configured\n\nWith the pre-configured command, the `opti` tool will provide you with a fully-functional integration package that you can modify to fit your integration.\n\n```\nopti new --default_config -config_type {integration type} -package_name {name of package} \n```\n\n### Unconfigured\n\nWith the unconfigured command, the `opti` tool will provide you with scaffolding that does not yet constitute a fully-functional integration package, but which includes in-line comments describing how to flesh out the missing pieces.\n\n```\nopti new -config_type {integration type} -package_name {name of package}\n```\n\n## Validating a package\n```\nopti validate {name of package}\n```\n\n## Running tests (Python and JavaScript) for a package\n```\nopti test {name of package}\n```\n\n## Tips\n* Always activate your virtual environment when running the tool\n* Don't hesitate to create an issue under this GitHub repo if you run into issues. We're eager to evolve this tooling!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foptimizely%2Foptimizely_dev_tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foptimizely%2Foptimizely_dev_tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foptimizely%2Foptimizely_dev_tools/lists"}