DPM is a fast, lightweight, rust-written package manager for Deno for those who love package managers.
Run
make
sudo make install
See the documentation typing dpm help
Deno package manager
USAGE:
dpm <command>
COMMANDS:
add Write .modules.json from package-info.json
add <package> Add <package> to package-info.json and .modules.json
init Initialize deno project
help Show help
version Show version
create <name> Create a new project
run Run the default script
run <script> Run the <script>
For more information see wiki
Odilon Damasceno – @sirskey – [email protected]
Distributed under the BSD-3-Clause License. See LICENSE
for more information.
https://github.com/OdilonDamasceno/dpm
- Fork it (https://github.com/OdilonDamasceno/dpm/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request