{"id":19143318,"url":"https://github.com/devrsi0n/dev-command","last_synced_at":"2025-05-07T00:23:37.590Z","repository":{"id":89205334,"uuid":"140428836","full_name":"devrsi0n/dev-command","owner":"devrsi0n","description":"A modern, flexible command tool for JavaScript developers","archived":false,"fork":false,"pushed_at":"2019-12-19T03:01:32.000Z","size":1465,"stargazers_count":3,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T16:39:44.847Z","etag":null,"topics":["cli","development-tools","tools"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/devrsi0n.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":"2018-07-10T12:30:19.000Z","updated_at":"2019-12-19T03:01:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"abf597e7-9c49-4f77-adec-169953fedf8e","html_url":"https://github.com/devrsi0n/dev-command","commit_stats":{"total_commits":54,"total_committers":2,"mean_commits":27.0,"dds":0.01851851851851849,"last_synced_commit":"a98b1034070139b62cac021a43a8fca1e6e2694a"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrsi0n%2Fdev-command","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrsi0n%2Fdev-command/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrsi0n%2Fdev-command/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devrsi0n%2Fdev-command/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devrsi0n","download_url":"https://codeload.github.com/devrsi0n/dev-command/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252789331,"owners_count":21804422,"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","development-tools","tools"],"created_at":"2024-11-09T07:30:28.939Z","updated_at":"2025-05-07T00:23:37.571Z","avatar_url":"https://github.com/devrsi0n.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dev-command\n\nA modern, flexible command tool for JavaScript developers.\n\n[![Version](https://img.shields.io/npm/v/dev-command.svg)](https://npmjs.org/package/dev-command)\n[![CircleCI](https://circleci.com/gh/devrsi0n/dev-command/tree/master.svg?style=shield)](https://circleci.com/gh/devrsi0n/dev-command/tree/master)\n[![License](https://img.shields.io/npm/l/dev-command.svg)](https://github.com/devrsi0n/dev-command/blob/master/package.json)\n\n## Install\n\n```sh\nnpm i -g dev-command\n# or\nyarn global add dev-command\n```\n\n## Usage\n\n### init\n\nThe `init` command will generate flexible config files or scripts and install all npm dependencies silently.\n\nIt's so simple to add good linter for your exists project.\n\n```sh\ndev init\n\n? Boilerplate type (Use arrow keys)\n❯ ESLint\n  prettier\n  commitlint\n  babel\n  editorconfig\n  license\n  gitignore\n```\n\n### open\n\nOpen git repo or package.json repo URL with default browser in current working directory.\n\n```sh\ndev open\n```\n\n### git\n\n```sh\ndev git log\n```\n\nTurn ugly `git log` into pretty graph.\n\n\u003cdiv align=\"left\"\u003e\n  \u003cimg src=\"./assets/git-log.png\" width=\"350px\" style=\"margin-right:50px;\" alt=\"Git log\"\u003e\n  \u003cimg src=\"./assets/git-pretty-log.png\" width=\"350px\" alt=\"Git pretty log\"\u003e\n\u003c/div\u003e\n\n### css-to-js\n\nConvert `src/**/*.css` file to `src/**/*.css.js`\n\n`src`(Directory) is optional, using cwd if not exist\n\n```sh\ndev css-to-js src\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevrsi0n%2Fdev-command","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevrsi0n%2Fdev-command","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevrsi0n%2Fdev-command/lists"}