{"id":25718969,"url":"https://github.com/etcdigital/ptah","last_synced_at":"2026-05-08T03:03:17.714Z","repository":{"id":37895512,"uuid":"335735804","full_name":"etcdigital/ptah","owner":"etcdigital","description":"Build tool for typescript","archived":false,"fork":false,"pushed_at":"2023-10-18T05:04:28.000Z","size":574,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-04T15:23:17.731Z","etag":null,"topics":["cjs","esm","javascript","nodejs","rollup","typescript","umd"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/etcdigital.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2021-02-03T19:42:55.000Z","updated_at":"2022-06-14T20:21:42.000Z","dependencies_parsed_at":"2022-08-20T01:41:25.403Z","dependency_job_id":null,"html_url":"https://github.com/etcdigital/ptah","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etcdigital%2Fptah","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etcdigital%2Fptah/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etcdigital%2Fptah/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etcdigital%2Fptah/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/etcdigital","download_url":"https://codeload.github.com/etcdigital/ptah/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240703184,"owners_count":19844046,"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":["cjs","esm","javascript","nodejs","rollup","typescript","umd"],"created_at":"2025-02-25T16:27:31.222Z","updated_at":"2026-05-08T03:03:12.694Z","avatar_url":"https://github.com/etcdigital.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ptah\n\nA build tool created on top of Roolup. For TypeScript and React Typescript to .JS\n\n## How to use\n\nInstall the package: `npm i ptah -D` or `yarn add ptah -D`\n\n1. Add conguration in your package.json\n\n```json\n{\n  \"exports\": {\n    \".\": {\n      \"import\": \"./dist/index.module.js\",\n      \"require\": \"./dist/index.js\"\n    },\n    \"./package.json\": \"./package.json\"\n  },\n  \"main\": \"dist/index.js\",\n  \"module\": \"dist/index.module.js\",\n  \"source\": \"src/index.ts\",\n  \"types\": \"./dist/@types/index.d.ts\",\n  \"files\": [\n    \"dist\"\n  ],\n}\n\n```\n\n\u003e NOTE: Change `\"src/index.tsx\"` for tsx.\n\n1. Execute: `ptah` on terminal.\n\n## Recomendations\n\nAdd two scripts on package.json:\n\n```json\n{\n  \"scripts\": {\n    \"build\": \"ptah\",\n    \"dev\": \"ptah-dev\"\n  }\n}\n```\n\n## Watch Mode\n\nUse `yarn dev` (aka. `ptah-dev`) to watch changes and build for every change.\n\n## [The name](https://en.wikipedia.org/wiki/Ptah)\n\nPtah /ˈtɑː/[1] (Ancient Egyptian: ptḥ, reconstructed [piˈtaħ]; Ancient Greek: Φθά; Coptic: ⲡⲧⲁϩ)[2] is an ancient Egyptian deity, the god of craftsmen and architects.\n\n...and it's also is **path**, misspelled 🙃\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetcdigital%2Fptah","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fetcdigital%2Fptah","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetcdigital%2Fptah/lists"}