{"id":24766144,"url":"https://github.com/fluroash/scratchpad","last_synced_at":"2025-03-23T17:23:24.395Z","repository":{"id":247780207,"uuid":"826830132","full_name":"FluroAsh/scratchpad","owner":"FluroAsh","description":"For messing around and tinkering with new stuff, including things that don't make any sense. ","archived":false,"fork":false,"pushed_at":"2024-11-17T11:32:17.000Z","size":2462,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T23:19:19.034Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/FluroAsh.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}},"created_at":"2024-07-10T13:11:36.000Z","updated_at":"2024-11-17T11:32:22.000Z","dependencies_parsed_at":"2024-11-17T12:39:10.557Z","dependency_job_id":null,"html_url":"https://github.com/FluroAsh/scratchpad","commit_stats":null,"previous_names":["fluroash/scratchpad"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluroAsh%2Fscratchpad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluroAsh%2Fscratchpad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluroAsh%2Fscratchpad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluroAsh%2Fscratchpad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FluroAsh","download_url":"https://codeload.github.com/FluroAsh/scratchpad/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245137759,"owners_count":20566817,"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":"2025-01-28T23:19:22.063Z","updated_at":"2025-03-23T17:23:24.370Z","avatar_url":"https://github.com/FluroAsh.png","language":"TypeScript","readme":"# Org\n\n\u003ca alt=\"Nx logo\" href=\"https://nx.dev\" target=\"_blank\" rel=\"noreferrer\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png\" width=\"45\"\u003e\u003c/a\u003e\n\n✨ Your new, shiny [Nx workspace](https://nx.dev) is almost ready ✨.\n\n[Learn more about this workspace setup and its capabilities](https://nx.dev/nx-api/js?utm_source=nx_project\u0026amp;utm_medium=readme\u0026amp;utm_campaign=nx_projects) or run `npx nx graph` to visually explore what was created. Now, let's get you up to speed!\n\n## Finish your CI setup\n\n[Click here to finish setting up your workspace!](https://cloud.nx.app/connect/UH4EHsYeKi)\n\n\n## Generate a library\n\n```sh\nnpx nx g @nx/js:lib packages/pkg1 --publishable --importPath=@my-org/pkg1\n```\n\n## Run tasks\n\nTo build the library use:\n\n```sh\nnpx nx build pkg1\n```\n\nTo run any task with Nx use:\n\n```sh\nnpx nx \u003ctarget\u003e \u003cproject-name\u003e\n```\n\nThese targets are either [inferred automatically](https://nx.dev/concepts/inferred-tasks?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects) or defined in the `project.json` or `package.json` files.\n\n[More about running tasks in the docs \u0026raquo;](https://nx.dev/features/run-tasks?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects)\n\n## Versioning and releasing\n\nTo version and release the library use\n\n```\nnpx nx release\n```\n\nPass `--dry-run` to see what would happen without actually releasing the library.\n\n[Learn more about Nx release \u0026raquo;](hhttps://nx.dev/features/manage-releases?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects)\n\n## Keep TypeScript project references up to date\n\nNx automatically updates TypeScript [project references](https://www.typescriptlang.org/docs/handbook/project-references.html) in `tsconfig.json` files to ensure they remain accurate based on your project dependencies (`import` or `require` statements). This sync is automatically done when running tasks such as `build` or `typecheck`, which require updated references to function correctly.\n\nTo manually trigger the process to sync the project graph dependencies information to the TypeScript project references, run the following command:\n\n```sh\nnpx nx sync\n```\n\nYou can enforce that the TypeScript project references are always in the correct state when running in CI by adding a step to your CI job configuration that runs the following command:\n\n```sh\nnpx nx sync:check\n```\n\n[Learn more about nx sync](https://nx.dev/reference/nx-commands#sync)\n\n\n[Learn more about Nx on CI](https://nx.dev/ci/intro/ci-with-nx#ready-get-started-with-your-provider?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects)\n\n## Install Nx Console\n\nNx Console is an editor extension that enriches your developer experience. It lets you run tasks, generate code, and improves code autocompletion in your IDE. It is available for VSCode and IntelliJ.\n\n[Install Nx Console \u0026raquo;](https://nx.dev/getting-started/editor-setup?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects)\n\n## Useful links\n\nLearn more:\n\n- [Learn more about this workspace setup](https://nx.dev/nx-api/js?utm_source=nx_project\u0026amp;utm_medium=readme\u0026amp;utm_campaign=nx_projects)\n- [Learn about Nx on CI](https://nx.dev/ci/intro/ci-with-nx?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects)\n- [Releasing Packages with Nx release](https://nx.dev/features/manage-releases?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects)\n- [What are Nx plugins?](https://nx.dev/concepts/nx-plugins?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects)\n\nAnd join the Nx community:\n- [Discord](https://go.nx.dev/community)\n- [Follow us on X](https://twitter.com/nxdevtools) or [LinkedIn](https://www.linkedin.com/company/nrwl)\n- [Our Youtube channel](https://www.youtube.com/@nxdevtools)\n- [Our blog](https://nx.dev/blog?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluroash%2Fscratchpad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluroash%2Fscratchpad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluroash%2Fscratchpad/lists"}