{"id":19475512,"url":"https://github.com/artdecocode/productive","last_synced_at":"2026-06-10T22:31:12.018Z","repository":{"id":135405587,"uuid":"179056701","full_name":"artdecocode/productive","owner":"artdecocode","description":"The Utility To Ensure That All Source Dependencies Are Listed As Prod Dependencies.","archived":false,"fork":false,"pushed_at":"2019-04-02T10:46:12.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-18T22:02:48.098Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://artd.eco","language":"JavaScript","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/artdecocode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-04-02T10:45:58.000Z","updated_at":"2019-04-02T10:46:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"ae62f1a1-bb89-4c30-ad4d-90d357013b4b","html_url":"https://github.com/artdecocode/productive","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/artdecocode/productive","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artdecocode%2Fproductive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artdecocode%2Fproductive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artdecocode%2Fproductive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artdecocode%2Fproductive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artdecocode","download_url":"https://codeload.github.com/artdecocode/productive/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artdecocode%2Fproductive/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34174148,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10T19:33:17.467Z","updated_at":"2026-06-10T22:31:12.000Z","avatar_url":"https://github.com/artdecocode.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# productive\n\n[![npm version](https://badge.fury.io/js/productive.svg)](https://npmjs.org/package/productive)\n\n`productive` is The Utility To Ensure That All Source Dependencies Are Listed As Prod Dependencies.\n\n```sh\nyarn add -E productive\n```\n\n## Table Of Contents\n\n- [Table Of Contents](#table-of-contents)\n- [API](#api)\n- [`productive(arg1: string, arg2?: boolean)`](#mynewpackagearg1-stringarg2-boolean-void)\n  * [`Config`](#type-config)\n- [Copyright](#copyright)\n\n\u003cp align=\"center\"\u003e\u003ca href=\"#table-of-contents\"\u003e\u003cimg src=\".documentary/section-breaks/0.svg?sanitize=true\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n## API\n\nThe package is available by importing its default function:\n\n```js\nimport productive from 'productive'\n```\n\n\u003cp align=\"center\"\u003e\u003ca href=\"#table-of-contents\"\u003e\u003cimg src=\".documentary/section-breaks/1.svg?sanitize=true\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n## `productive(`\u003cbr/\u003e\u0026nbsp;\u0026nbsp;`arg1: string,`\u003cbr/\u003e\u0026nbsp;\u0026nbsp;`arg2?: boolean,`\u003cbr/\u003e`): void`\n\nCall this function to get the result you want.\n\n__\u003ca name=\"type-config\"\u003e`Config`\u003c/a\u003e__: Options for the program.\n\n|   Name    |   Type    |    Description    | Default |\n| --------- | --------- | ----------------- | ------- |\n| shouldRun | _boolean_ | A boolean option. | `true`  |\n| __text*__ | _string_  | A text to return. | -       |\n\n```js\n/* alanode example/ */\nimport productive from 'productive'\n\n(async () =\u003e {\n  const res = await productive({\n    text: 'example',\n  })\n  console.log(res)\n})()\n```\n```\nexample\n```\n\n\u003cp align=\"center\"\u003e\u003ca href=\"#table-of-contents\"\u003e\u003cimg src=\".documentary/section-breaks/2.svg?sanitize=true\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n## Copyright\n\n(c) [Art Deco][1] 2019\n\n[1]: https://artd.eco\n\n\u003cp align=\"center\"\u003e\u003ca href=\"#table-of-contents\"\u003e\u003cimg src=\".documentary/section-breaks/-1.svg?sanitize=true\"\u003e\u003c/a\u003e\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartdecocode%2Fproductive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartdecocode%2Fproductive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartdecocode%2Fproductive/lists"}