{"id":15819428,"url":"https://github.com/xunnamius/projector-lens-cli","last_synced_at":"2025-04-01T04:32:09.927Z","repository":{"id":38357039,"uuid":"336768745","full_name":"Xunnamius/projector-lens-cli","owner":"Xunnamius","description":"⛔️ [DEPRECATED] [TEMPLATE] CLI lens for Projector, a project management tool. This template is also a live example of a semantic-release + GitHub Actions CI/CD pipeline. Packages published by this repository are for example purposes only!","archived":true,"fork":false,"pushed_at":"2024-08-22T09:48:56.000Z","size":3439,"stargazers_count":2,"open_issues_count":22,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T19:12:18.095Z","etag":null,"topics":["app","application","cli","create","creation","lens","lint","linting","management","project","projector","tool"],"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/Xunnamius.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-07T11:22:58.000Z","updated_at":"2024-08-22T09:50:42.000Z","dependencies_parsed_at":"2024-08-22T10:59:58.946Z","dependency_job_id":"1afc44ff-4dc0-42f8-9363-44d2d6b7c306","html_url":"https://github.com/Xunnamius/projector-lens-cli","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xunnamius%2Fprojector-lens-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xunnamius%2Fprojector-lens-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xunnamius%2Fprojector-lens-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xunnamius%2Fprojector-lens-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xunnamius","download_url":"https://codeload.github.com/Xunnamius/projector-lens-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246586087,"owners_count":20801025,"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":["app","application","cli","create","creation","lens","lint","linting","management","project","projector","tool"],"created_at":"2024-10-05T06:40:58.521Z","updated_at":"2025-04-01T04:32:09.612Z","avatar_url":"https://github.com/Xunnamius.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- badges-start --\u003e\n\n[![Black Lives Matter!][badge-blm]][link-blm]\n[![!!UNMAINTAINED!!][badge-unmaintained]][link-unmaintained]\n\n\u003c!-- badges-end --\u003e\n\n# ⛔️ DEPRECATED/UNMAINTAINED\n\n\u003e [!CAUTION]\n\u003e\n\u003e This project has been superseded (and all of its useful bits subsumed) by the\n\u003e [`xscripts project init --template cli`](https://github.com/Xunnamius/xscripts)\n\u003e command.\n\nA CLI template with GitHub Action workflows, CI/CD publishing and deployment\nautomation scripts, and the like.\n\n\u003e Published package not meant for public consumption! Do not install this!\n\n## Install\n\n\u003e Note: NPM versions \u003e=7 may need `npm install --legacy-peer-deps` until\n\u003e [upstream peer dependency problems are resolved][1].\n\n```shell\nnpm install @xunnamius/dummy-pkg-2\n```\n\n\u003cdetails\u003e\u003csummary\u003e\u003cstrong\u003e[additional details]\u003c/strong\u003e\u003c/summary\u003e\n\n\u003e Note: **you probably don't need to read through this!** This information is\n\u003e primarily useful for those attempting to bundle this package or for people who\n\u003e have an opinion on ESM versus CJS.\n\nThis is a [dual CJS2/ES module][dual-module] package. That means this package\nexposes both CJS2 and ESM entry points.\n\nLoading this package via `require(...)` will cause Node and Webpack to use the\n[CJS2 bundle][cjs2] entry point, disable [tree shaking][tree-shaking] in Webpack\n4, and lead to larger bundles in Webpack 5. Alternatively, loading this package\nvia `import { ... } from ...` or `import(...)` will cause Node to use the ESM\nentry point in [versions that support it][node-esm-support], as will Webpack.\nUsing the `import` syntax is the modern, preferred choice.\n\nFor backwards compatibility with Webpack 4 (_compat with Webpack 4 is not\nguaranteed!_) and Node versions \u003c 14, [`package.json`][package-json] retains the\n[`module`][module-key] key, which points to the ESM entry point, and the\n[`main`][exports-main-key] key, which points to the CJS2 entry point explicitly\n(using the .js file extension). For Webpack 5 and Node versions \u003e= 14,\n[`package.json`][package-json] includes the [`exports`][exports-main-key] key,\nwhich points to both entry points explicitly.\n\nThough [`package.json`][package-json] includes\n[`{ \"type\": \"commonjs\"}`][local-pkg], note that the ESM entry points are ES\nmodule (`.mjs`) files. [`package.json`][package-json] also includes the\n[`sideEffects`][side-effects-key] key, which is `false` for [optimal tree\nshaking][tree-shaking], and the `types` key, which points to a TypeScript\ndeclarations file.\n\nAdditionally, this package does not maintain shared state and so does not\nexhibit the [dual package hazard][hazard]. However, setting global configuration\nmay not actually be \"globally\" recognized by third-party code importing this\npackage.\n\n\u003c/details\u003e\n\n## Quick Start\n\n```typescript\nimport { sum } from '@xunnamius/dummy-pkg-2';\n\nsum(2, 2); // = 4\n```\n\n## Documentation\n\nProject documentation can be found under [`docs/`][docs].\n\n## Contributing and Support\n\n**[New issues][choose-new-issue] and [pull requests][pr-compare] are always\nwelcome and greatly appreciated! 🤩** Just as well, you can star 🌟 this project\nto let me know you found it useful! ✊🏿 Thank you!\n\nSee [CONTRIBUTING.md][contributing] and [SUPPORT.md][support] for more\ninformation.\n\n[badge-blm]: https://xunn.at/badge-blm 'Join the movement!'\n[link-blm]: https://xunn.at/donate-blm\n[badge-unmaintained]:\n  https://xunn.at/badge-unmaintained\n  'Unfortunately, this project is unmaintained (forks welcome!)'\n[link-unmaintained]: https://xunn.at/link-unmaintained\n[badge-maintenance]:\n  https://img.shields.io/maintenance/active/2023\n  'Is this package maintained?'\n[link-repo]: https://github.com/xunnamius/projector-lens-cli\n[badge-last-commit]:\n  https://img.shields.io/github/last-commit/xunnamius/projector-lens-cli\n  'When was the last commit to the official repo?'\n[badge-issues]:\n  https://isitmaintained.com/badge/open/Xunnamius/projector-lens-cli.svg\n  'Number of known issues with this package'\n[link-issues]: https://github.com/Xunnamius/projector-lens-cli/issues?q=\n[badge-pulls]:\n  https://img.shields.io/github/issues-pr/xunnamius/projector-lens-cli\n  'Number of open pull requests'\n[link-pulls]: https://github.com/xunnamius/projector-lens-cli/pulls\n[badge-codecov]:\n  https://codecov.io/gh/Xunnamius/projector-lens-cli/branch/main/graph/badge.svg?token=HWRIOBAAPW\n  'Is this package well-tested?'\n[link-codecov]: https://codecov.io/gh/Xunnamius/projector-lens-cli\n[badge-license]:\n  https://img.shields.io/npm/l/@xunnamius/dummy-pkg-2\n  \"This package's source license\"\n[link-license]:\n  https://github.com/Xunnamius/projector-lens-cli/blob/main/LICENSE\n[badge-npm]:\n  https://xunn.at/npm-pkg-version/@xunnamius/dummy-pkg-2\n  'Install this package using npm or yarn!'\n[link-npm]: https://www.npmjs.com/package/@xunnamius/dummy-pkg-2\n[badge-semantic-release]:\n  https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg\n  'This repo practices continuous integration and deployment!'\n[link-semantic-release]: https://github.com/semantic-release/semantic-release\n[package-json]: package.json\n[docs]: docs\n[choose-new-issue]:\n  https://github.com/Xunnamius/projector-lens-cli/issues/new/choose\n[pr-compare]: https://github.com/Xunnamius/projector-lens-cli/compare\n[contributing]: CONTRIBUTING.md\n[support]: .github/SUPPORT.md\n[cjs2]: https://webpack.js.org/configuration/output/#module-definition-systems\n[dual-module]:\n  https://github.com/nodejs/node/blob/8d8e06a345043bec787e904edc9a2f5c5e9c275f/doc/api/packages.md#dual-commonjses-module-packages\n[exports-main-key]:\n  https://github.com/nodejs/node/blob/8d8e06a345043bec787e904edc9a2f5c5e9c275f/doc/api/packages.md#package-entry-points\n[hazard]:\n  https://github.com/nodejs/node/blob/8d8e06a345043bec787e904edc9a2f5c5e9c275f/doc/api/packages.md#dual-package-hazard\n[local-pkg]:\n  https://github.com/nodejs/node/blob/8d8e06a345043bec787e904edc9a2f5c5e9c275f/doc/api/packages.md#type\n[module-key]: https://webpack.js.org/guides/author-libraries/#final-steps\n[node-esm-support]:\n  https://medium.com/%40nodejs/node-js-version-14-available-now-8170d384567e#2368\n[side-effects-key]:\n  https://webpack.js.org/guides/tree-shaking/#mark-the-file-as-side-effect-free\n[tree-shaking]: https://webpack.js.org/guides/tree-shaking\n[1]:\n  https://github.blog/2020-10-13-presenting-v7-0-0-of-the-npm-cli/#user-content-breaking-changes\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxunnamius%2Fprojector-lens-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxunnamius%2Fprojector-lens-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxunnamius%2Fprojector-lens-cli/lists"}