Skip to content

Latest commit

 

History

History
81 lines (75 loc) · 2.24 KB

README.md

File metadata and controls

81 lines (75 loc) · 2.24 KB

The Dpm Source Code

Here you found the source code of Dpm.

File structure

.
├── commands
│   ├── about.ts
│   ├── docs.ts
│   ├── exec.ts
│   ├── init.ts
│   ├── install.ts
│   ├── publish.ts
│   ├── task.ts
│   ├── template.ts
│   ├── tools.ts
│   ├── uninstall.ts
│   ├── update.ts
│   └── upgrade.ts
├── core
│   ├── checker
│   │   ├── file.ts
│   │   ├── main.ts
│   │   ├── README.md
│   │   ├── types
│   │   │   ├── dependencyType.ts
│   │   │   └── importType.ts
│   │   └── version.ts
│   ├── docs
│   │   ├── download.ts
│   │   └── main.ts
│   ├── dpm_files
│   │   ├── deno.ts
│   │   ├── editor_gen.ts
│   │   ├── eggs.ts
│   │   ├── init.ts
│   │   ├── readme.ts
│   │   ├── read.ts
│   │   └── util.ts
│   ├── dpx
│   │   ├── cache.ts
│   │   ├── main.ts
│   │   └── README.md
│   ├── license
│   │   └── download.ts
│   ├── packages
│   │   ├── add.ts
│   │   ├── clean.ts
│   │   ├── main.ts
│   │   └── update.ts
│   ├── publish
│   │   └── main.ts
│   ├── runner
│   │   ├── format.ts
│   │   └── main.ts
│   ├── task
│   │   └── main.ts
│   ├── templates
│   │   ├── download.ts
│   │   ├── list.ts
│   │   ├── search.ts
│   │   └── usage.ts
│   └── tools
│       └── install.ts
├── modules
│   ├── authors.ts
│   ├── deps.ts
│   ├── dirs.ts
│   ├── info.ts
│   └── logger.ts
└── README.md

For the contributors

If you help or contribute to the dpm source you can add to the authors file for promote you 😃

Made with ❤️ in 🌎