{"id":18908801,"url":"https://github.com/mrphu3074/directus-ext-scripts","last_synced_at":"2026-03-06T19:30:19.341Z","repository":{"id":57212295,"uuid":"167142792","full_name":"mrphu3074/directus-ext-scripts","owner":"mrphu3074","description":"Develop Directus extensions(interface, pages, layouts...) with ease!","archived":false,"fork":false,"pushed_at":"2019-01-23T08:42:20.000Z","size":70,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T10:32:54.004Z","etag":null,"topics":["directus","directus-extension"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrphu3074.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}},"created_at":"2019-01-23T08:04:01.000Z","updated_at":"2024-09-26T09:53:23.000Z","dependencies_parsed_at":"2022-09-03T10:50:50.067Z","dependency_job_id":null,"html_url":"https://github.com/mrphu3074/directus-ext-scripts","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/mrphu3074%2Fdirectus-ext-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrphu3074%2Fdirectus-ext-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrphu3074%2Fdirectus-ext-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrphu3074%2Fdirectus-ext-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrphu3074","download_url":"https://codeload.github.com/mrphu3074/directus-ext-scripts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239896115,"owners_count":19714961,"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":["directus","directus-extension"],"created_at":"2024-11-08T09:28:39.951Z","updated_at":"2026-03-06T19:30:19.222Z","avatar_url":"https://github.com/mrphu3074.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Directus Extension Scripts\n\n## Installation\nNode version: \u003e= 8.x.x\n\n`npm install --save-dev directus-ext`\n\n---- \n\n## Configuration\nLibrary will read some config from **package.json**. Please make sure you already setup those fields.\n\n- #### name\n\n  package.name will be folder name.\n\n- #### outDir\n\n  For example: you're creating custom page, outputDir maybe `public/extensions/custom/pages`\n\n- #### meta\n\n  Library will use `meta` object to generate `meta.json`\n\n---- \n## Usage\n#### Global command line\n\n`Watch: directus-ext watch`\n\n`Build production: directus-ext build`\n\n#### Inside Extension\n\n`npm install --save-dev directus-ext`\n\nIn `package.json`\n```\n{\n  \"scripts: {\n    \"dev\": \"directus-ext\",\n    \"build\": \"directus-ext build\"\n  }\n}\n```\n\n## Full Configuration\n\n```\n{\n  \"name\": \"report-page\",\n  \"version\": \"1.0.0\",\n  \"description\": \"\",\n  \"outDir\": \"PROJECT/public/extensions/custom/pages\",\n  \"meta\": {\n    \"name\": \"Reporting\",\n    \"version\": \"0.0.1\"\n  },\n  \"scripts\": {\n    \"dev\": \"directus-ext\",\n    \"build\": \"directus-ext build\"\n  },\n  \"keywords\": [],\n  \"author\": \"\",\n  \"license\": \"ISC\"\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrphu3074%2Fdirectus-ext-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrphu3074%2Fdirectus-ext-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrphu3074%2Fdirectus-ext-scripts/lists"}