{"id":13990884,"url":"https://github.com/dsifford/confzen","last_synced_at":"2025-07-22T13:31:53.294Z","repository":{"id":83981643,"uuid":"85875449","full_name":"dsifford/confzen","owner":"dsifford","description":"A command line utility for creating and maintaining configuration files for javascript and typescript projects","archived":true,"fork":false,"pushed_at":"2017-03-23T18:49:13.000Z","size":65,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-09T13:17:56.109Z","etag":null,"topics":[],"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/dsifford.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":"2017-03-22T20:57:59.000Z","updated_at":"2023-01-28T16:07:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"97491f79-5044-4997-8ecc-197ab9c7cacf","html_url":"https://github.com/dsifford/confzen","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsifford%2Fconfzen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsifford%2Fconfzen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsifford%2Fconfzen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsifford%2Fconfzen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsifford","download_url":"https://codeload.github.com/dsifford/confzen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227099040,"owners_count":17730698,"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":[],"created_at":"2024-08-09T13:03:27.413Z","updated_at":"2024-11-29T10:32:01.126Z","avatar_url":"https://github.com/dsifford.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"![Imgur](http://i.imgur.com/e2ajwrz.png)\n\n# confzen [![Build Status](https://travis-ci.org/dsifford/confzen.svg?branch=master)](https://travis-ci.org/dsifford/confzen)\n\u003e A command line utility for creating and maintaining configuration files for javascript and typescript projects.\n\n## Why?\nTrying to remember the options that are available for the various compilers and linters is hard. This project assumes that responsibility.\n\n## Currently Available Configurations\n- TypeScript\n- TSLint\n- ESLint\n- Babel\n\n\u003e Need more? Send a PR. The only requirement is a JSON Schema.\n\n## Example\n\n[![asciicast](https://asciinema.org/a/23ftzqfwqu77hhbgihxovjcgn.png)](https://asciinema.org/a/23ftzqfwqu77hhbgihxovjcgn)\n\n## Installation\n\n`npm`\n```\nnpm install -g confzen\n```\n\n`yarn`\n```\nyarn global add confzen\n```\n\n## Usage\n\n```sh\n$ confzen [path/to/config]\n```\n\nIf a path is passed as a parameter, the path is checked to see if a configuration file of that type exists. If the file exists, it is opened for modification.\n\nIf no file is found in the path provided, a new file is created.\n\nIf no path is given, the current directory is used as default.\n\n### Keybindings\n\n\u003e **TL;DR** All the expected vim bindings are enabled.\n\nAction | Key\n--- | ---\nNavigation | Arrow keys **OR** \u003ckbd\u003eh\u003c/kbd\u003e \u003ckbd\u003ej\u003c/kbd\u003e \u003ckbd\u003ek\u003c/kbd\u003e \u003ckbd\u003el\u003c/kbd\u003e\nSelect Option | \u003ckbd\u003eEnter\u003c/kbd\u003e\nSearch downward | \u003ckbd\u003e/\u003c/kbd\u003e then `search term` then \u003ckbd\u003eEnter\u003c/kbd\u003e\nSearch upward | \u003ckbd\u003e?\u003c/kbd\u003e then `search term` then \u003ckbd\u003eEnter\u003c/kbd\u003e\nToggle focus between JSON preview and configuration list | \u003ckbd\u003eTab\u003c/kbd\u003e\nQuit | \u003ckbd\u003eq\u003c/kbd\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsifford%2Fconfzen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsifford%2Fconfzen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsifford%2Fconfzen/lists"}