{"id":16252276,"url":"https://github.com/remarkablemark/descriptive","last_synced_at":"2025-03-19T20:31:15.352Z","repository":{"id":40288770,"uuid":"245697318","full_name":"remarkablemark/descriptive","owner":"remarkablemark","description":"Collection of scripts and packages.","archived":false,"fork":false,"pushed_at":"2024-12-12T21:33:57.000Z","size":6501,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T16:57:32.604Z","etag":null,"topics":["descriptive","npm","packages"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/org/descriptive","language":"JavaScript","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/remarkablemark.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,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["remarkablemark"],"patreon":"remarkablemark","open_collective":null,"ko_fi":"remarkablemark","tidelift":null,"community_bridge":null,"liberapay":"remarkablemark","issuehunt":null,"otechie":null,"custom":["https://b.remarkabl.org/teespring"]}},"created_at":"2020-03-07T20:02:01.000Z","updated_at":"2024-12-12T21:34:00.000Z","dependencies_parsed_at":"2023-02-18T13:31:10.278Z","dependency_job_id":"d9cce72b-aba0-4ad1-b413-b46051164922","html_url":"https://github.com/remarkablemark/descriptive","commit_stats":{"total_commits":343,"total_committers":4,"mean_commits":85.75,"dds":0.4402332361516035,"last_synced_commit":"a1f8d5c13adda9280ac5f5b3146484ecf7675ae9"},"previous_names":[],"tags_count":47,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fdescriptive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fdescriptive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fdescriptive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fdescriptive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remarkablemark","download_url":"https://codeload.github.com/remarkablemark/descriptive/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244018756,"owners_count":20384626,"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":["descriptive","npm","packages"],"created_at":"2024-10-10T15:13:02.317Z","updated_at":"2025-03-19T20:31:14.299Z","avatar_url":"https://github.com/remarkablemark.png","language":"JavaScript","funding_links":["https://github.com/sponsors/remarkablemark","https://patreon.com/remarkablemark","https://ko-fi.com/remarkablemark","https://liberapay.com/remarkablemark","https://b.remarkabl.org/teespring"],"categories":[],"sub_categories":[],"readme":"# @descriptive\n\n[![Build Status](https://github.com/remarkablemark/descriptive/workflows/build/badge.svg?branch=master)](https://github.com/remarkablemark/descriptive/actions?query=workflow%3Abuild)\n\n[Monorepo](https://github.com/lerna/lerna) of [packages](packages):\n\n- [babel-preset-web-app](packages/babel-preset-web-app)\n- [eslint-config-web-app](packages/eslint-config-web-app)\n- [web-scripts-migration](packages/web-scripts-migration)\n- [web-scripts](packages/web-scripts)\n\n## Install\n\nClone the repository:\n\n```sh\ngit clone https://github.com/remarkablemark/descriptive.git\ncd descriptive\n```\n\nInstall and bootstrap:\n\n```sh\nyarn\n```\n\n## Develop\n\nLet's say you made changes to `web-scripts`.\n\nTo test those changes, create a global [symlink](https://docs.npmjs.com/cli/link.html):\n\n```sh\ncd descriptive/packages/web-scripts/\nnpm link\n```\n\nSymlink the package in the project that's using it:\n\n```sh\ncd path/to/project/\nnpm link @descriptive/web-scripts\n```\n\nIf that doesn't work, remove `node_modules`, link, and install:\n\n```sh\nrm -rf node_modules\nnpm link @descriptive/web-scripts\nnpm install\n```\n\nIf it's not working, try reinstalling `node_modules` before linking:\n\n```sh\ncd path/to/project\nrm -rf node_modules\nnpm install\nnpm link @descriptive/web-scripts\n```\n\nOnce you're done testing the package, remove the symlink:\n\n```sh\ncd path/to/project/\nnpm unlink @descriptive/web-scripts\n```\n\n```sh\ncd descriptive/packages/web-scripts/\nnpm unlink -g\n```\n\nIf you made changes to both `web-scripts` and `eslint-config-web-app`, make sure to link both packages:\n\n```sh\ncd descriptive/packages/eslint-config-web-app/\nnpm link\ncd ../web-scripts/\nnpm link @descriptive/eslint-config-web-app\nnpm link\n```\n\n## Release\n\nRelease and publish are automated by [Lerna](https://github.com/lerna/lerna).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablemark%2Fdescriptive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremarkablemark%2Fdescriptive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablemark%2Fdescriptive/lists"}