{"id":18051644,"url":"https://github.com/zoedsoupe/devit","last_synced_at":"2026-02-26T08:12:46.860Z","repository":{"id":260361272,"uuid":"634303109","full_name":"zoedsoupe/devit","owner":"zoedsoupe","description":"commandline utility that lets you publish your markdown posts to dev.to without leaving your comfy terminal","archived":false,"fork":false,"pushed_at":"2025-03-07T16:52:30.000Z","size":26,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T20:59:58.223Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/zoedsoupe.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":"2023-04-29T17:32:22.000Z","updated_at":"2024-11-02T04:20:19.000Z","dependencies_parsed_at":"2024-10-30T22:52:44.609Z","dependency_job_id":"6b345a3d-782b-4173-a142-5f4fee559e3a","html_url":"https://github.com/zoedsoupe/devit","commit_stats":null,"previous_names":["zoedsoupe/devit"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoedsoupe%2Fdevit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoedsoupe%2Fdevit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoedsoupe%2Fdevit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoedsoupe%2Fdevit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zoedsoupe","download_url":"https://codeload.github.com/zoedsoupe/devit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247299850,"owners_count":20916193,"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":["cli","elixir","elixir-lang","utilities"],"created_at":"2024-10-30T22:52:34.855Z","updated_at":"2026-02-26T08:12:41.836Z","avatar_url":"https://github.com/zoedsoupe.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Devit\n\n![lint and tests](https://github.com/zoedsoupe/devit/workflows/lint-and-tests/badge.svg?branch=main)\n\n\u003e publish your markdown to dev.to, from cli\n\ndevit is commandline utility that lets you publish your markdown documents\nwithout leaving your comfy terminal.\n\n## Install\n\nYou could download the latest release at [Releases page](https://github.com/zoedsoupe/devit/releases)\n\nor build it via `nix-flake`\n\n```sh\nnix build github:zoedsoupe/devit\n```\n\n## Configure\n\ndevit requires dev.to API key to be able to publish your markdown.\nYou can generate API key from the dev.to [settings](https://dev.to/settings/account)\npage.\nExport this integration token by adding it to your `~/.bashrc`, `~/.zshrc` or\n`~/.config/fish/config.fish` as follows\n\n- bash and zsh\n\n```sh\nexport DEVTO_API_KEY=\"api_key\"\n```\n\n- fish\n\n```fish\nset DEVTO_API_KEY \"api_key\"\n```\n\nNow you are good to go...\n\n## Publishing\n\nFor publishing, your markdown doc must have the following frontmatter:\n\n```yaml\n---\ntitle: My Awesome Post\ntags: some, tags, here\npublished: true | false\n---\n## markdown here\n```\n\nIf your post contains images, host them somewhere public and then include them\nin your document like so:\n\n```markdown\n![cat](https://catpics.com/some_cat.png)\n```\n\nDev.to will then CDN it and you can delete it from there if you want to.\n\nWhen you’re ready to publish, run\n\n```console\n$ devit --publish \u003cpath-to-article\u003e\nDone! Your post has been published at https://dev.to/example/76272e9d241c\n```\n\nIt’s that simple.\n\n## Inspiration\n\nThis project is completely based on [mdm](https://github.com/pavanjadhaw/mdm)!\nI really liked of the idea and tried to implement in Rust and also give\na try on dev.to API!\n\n## License\n\nMIT © Zoey Pessanha \u003czoey.spessanha@outlook.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoedsoupe%2Fdevit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzoedsoupe%2Fdevit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoedsoupe%2Fdevit/lists"}