{"id":15934252,"url":"https://github.com/monokh/make-dir-webpack-plugin","last_synced_at":"2025-03-24T21:31:52.622Z","repository":{"id":105855768,"uuid":"97277234","full_name":"monokh/make-dir-webpack-plugin","owner":"monokh","description":"Make dirs in webpack","archived":false,"fork":false,"pushed_at":"2017-07-25T18:43:44.000Z","size":4,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-17T11:07:53.773Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/monokh.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":"2017-07-14T22:28:29.000Z","updated_at":"2023-05-07T12:58:28.000Z","dependencies_parsed_at":"2023-06-14T12:45:19.938Z","dependency_job_id":null,"html_url":"https://github.com/monokh/make-dir-webpack-plugin","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"4139edbf3de803bc8cc8e82f613338794528bddd"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monokh%2Fmake-dir-webpack-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monokh%2Fmake-dir-webpack-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monokh%2Fmake-dir-webpack-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monokh%2Fmake-dir-webpack-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monokh","download_url":"https://codeload.github.com/monokh/make-dir-webpack-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221571960,"owners_count":16845552,"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-10-07T03:02:23.673Z","updated_at":"2024-10-29T07:41:48.324Z","avatar_url":"https://github.com/monokh.png","language":"JavaScript","readme":"# make-dir-webpack-plugin\n[![npm version](https://badge.fury.io/js/make-dir-webpack-plugin.svg)](https://badge.fury.io/js/make-dir-webpack-plugin)\nby [Monokh](https://monokh.com)\n\nMake directories in webpack compilation\n\nUseful when another webpack plugin depends on a directory existing\n\n## Installation\n`\nnpm install make-dir-webpack-plugin --save-dev\n`\n\n## Usage\nYou need to pass options with `dirs` array.\n\nThis is an array of `dirSpec`s which describe what directories need to be created. A dir spec has the following format:\n\n- `path`: The path of the folder to create\n\n## Examples\n```\nvar MakeDirWebpackPlugin = require('make-dir-webpack-plugin');\n\nmodule.exports = {\n  ...\n  plugins: [\n    new MakeDirWebpackPlugin({\n      dirs: [\n        { path: './dist/folder1' },\n        { path: './dist/folder2' }\n      ]\n    })\n  ]\n};\n```\n\n## Change Log\n\n### 0.1.0\n- Fixed bug that didn't allow nested directories to be created.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonokh%2Fmake-dir-webpack-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonokh%2Fmake-dir-webpack-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonokh%2Fmake-dir-webpack-plugin/lists"}