{"id":13673232,"url":"https://github.com/BoltDoggy/deno","last_synced_at":"2025-04-28T09:30:29.397Z","repository":{"id":70566944,"uuid":"170812555","full_name":"BoltDoggy/deno","owner":"BoltDoggy","description":"Some modules for Deno.","archived":true,"fork":false,"pushed_at":"2021-05-09T02:57:40.000Z","size":17,"stargazers_count":11,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-24T19:44:05.828Z","etag":null,"topics":["deno"],"latest_commit_sha":null,"homepage":"https://deno.boltdoggy.com/","language":"TypeScript","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/BoltDoggy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-02-15T06:22:40.000Z","updated_at":"2023-08-21T20:34:43.000Z","dependencies_parsed_at":"2023-02-23T23:45:55.716Z","dependency_job_id":null,"html_url":"https://github.com/BoltDoggy/deno","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/BoltDoggy%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoltDoggy%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoltDoggy%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoltDoggy%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BoltDoggy","download_url":"https://codeload.github.com/BoltDoggy/deno/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251284833,"owners_count":21564674,"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":["deno"],"created_at":"2024-08-02T10:00:31.515Z","updated_at":"2025-04-28T09:30:27.504Z","avatar_url":"https://github.com/BoltDoggy.png","language":"TypeScript","funding_links":[],"categories":["基础设施","Uncategorized","Tools"],"sub_categories":["Deno 源","Uncategorized","Online Playgrounds","XML","Assistants"],"readme":"# Deno.BoltDoggy.com\n\nSome modules for [Deno](https://deno.land/).\n\n- dpm - deno package manager, install global command for deno.\n- dcc - deno cache clean, reloading deps when next running.\n- denohup - deno nohup, like pm2 of node.\n- derver - deno simple server, create a ts file, and respond your body, just like a static server.\n\n## dpm `deprecated`\n\n\u003e !!! deprecated !!!, use `deno install` instead of\n\ndeno package manager, install global command for deno.\n\n``` sh\n# install\ndeno https://deno.boltdoggy.com/x/dpm/install.js\n\n# using\ndpm \u003cremote_url\u003e \u003ccommand_name\u003e # install command of this remote_url to global\n# more examples, you can see `install of dcc`.\n```\n\n## dcc\n\ndeno cache clean, reloading deps when next running.\n\n```sh\n# install\ndpm https://deno.boltdoggy.com/x/dcc/mod.js dcc\n\n# using\ndcc \u003cremote_url\u003e # remove cache for this remote_url\n# or\ndcc --all # or dcc -a, remove all cache\n```\n\n## denohup\n\ndeno nohup, like pm2 of node.\n\n```sh\n# install\ndpm https://deno.boltdoggy.com/x/denohup/mod.ts denohup\n\n# using\ndenohup start \u003cdeno_file\u003e # start a server\n# example: denohup start https://deno.boltdoggy.com/x/denohup/test.ts\n# or\ndenohup ls # list pid of this server\n# or\ndenohup stop # stop this server\n```\n\n## derver\n\ndeno simple server, create a ts file, and respond your body, just like a static server.\n\n```\n# install\ndpm https://deno.boltdoggy.com/x/derver/mod.ts derver\n\n# using\nderver\n\n# or use denohup\ndenohup start https://deno.boltdoggy.com/x/derver/mod.ts\n# and you will nohup\n```\n\ncreate `./xxx.ts`:\n\n```\nreq.respond({ body: new TextEncoder().encode(\"Hello Doggy!\") });\n\n// you can use req / deno / config, but can't import by yourself.\n```\n\nvisit `http://127.0.0.1:8000/xxx`, you will got `Hello Doggy!`;\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBoltDoggy%2Fdeno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBoltDoggy%2Fdeno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBoltDoggy%2Fdeno/lists"}