{"id":13455764,"url":"https://github.com/pinefile/pine","last_synced_at":"2025-03-24T08:34:40.432Z","repository":{"id":36965410,"uuid":"293621140","full_name":"pinefile/pine","owner":"pinefile","description":"Small JavaScript-based task runner for node.js","archived":false,"fork":false,"pushed_at":"2025-03-20T01:48:10.000Z","size":3540,"stargazers_count":14,"open_issues_count":12,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T02:40:54.149Z","etag":null,"topics":["build-tool","cli","command-line","hacktoberfest","javascript","make","makefile","pinefile","task","task-runner"],"latest_commit_sha":null,"homepage":"https://pinefile.github.io","language":"TypeScript","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/pinefile.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":"2020-09-07T20:02:30.000Z","updated_at":"2025-03-03T19:44:28.000Z","dependencies_parsed_at":"2024-02-26T20:28:29.219Z","dependency_job_id":"783a5d90-10c6-4247-8fe6-3aea37e4f037","html_url":"https://github.com/pinefile/pine","commit_stats":{"total_commits":801,"total_committers":6,"mean_commits":133.5,"dds":0.4044943820224719,"last_synced_commit":"46697923d6d1665d7f1739b32e33b4807c7fc43e"},"previous_names":[],"tags_count":85,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinefile%2Fpine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinefile%2Fpine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinefile%2Fpine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pinefile%2Fpine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pinefile","download_url":"https://codeload.github.com/pinefile/pine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245236251,"owners_count":20582392,"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":["build-tool","cli","command-line","hacktoberfest","javascript","make","makefile","pinefile","task","task-runner"],"created_at":"2024-07-31T08:01:10.727Z","updated_at":"2025-03-24T08:34:40.088Z","avatar_url":"https://github.com/pinefile.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/pinefile/pine\"\u003e\n    \u003cimg src=\"https://avatars.githubusercontent.com/u/70938295?s=200\u0026v=4\" width=\"100px\" height=\"100px\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n# Pine\n\n[![Build Status](https://img.shields.io/github/actions/workflow/status/pinefile/pine/nodejs.yml?color=049668\u0026style=flat-square)](https://github.com/pinefile/pine/actions) [![NPM](https://img.shields.io/npm/v/@pinefile/pine?color=049668\u0026style=flat-square)](https://www.npmjs.com/package/@pinefile/pine)\n\nSmall JavaScript-based task runner for node.js.\n\n## Docs\n\nRead the documentation [here](https://pinefile.github.io/docs/)\n\n## Basic usage\n\nCreate `pinefile.js` or `pinefile.ts`\n\n```js\nimport { run } from '@pinefile/pine';\n\nexport default {\n  build: () =\u003e {\n    console.log('Building...');\n  },\n  test: async () =\u003e {\n    await run('jest');\n  },\n};\n```\n\nThen run it! It is best to either place `pine` inside a npm run script or run it with `npx`:\n\n```\nnpx pine build\n```\n\n## License\n\nMIT © [Fredrik Forsmo](https://github.com/frozzare)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinefile%2Fpine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpinefile%2Fpine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinefile%2Fpine/lists"}