{"id":21836036,"url":"https://github.com/servrox/aptos-crash-casino","last_synced_at":"2026-05-16T21:07:48.399Z","repository":{"id":255464813,"uuid":"851747575","full_name":"servrox/aptos-crash-casino","owner":"servrox","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-05T16:35:34.000Z","size":2303,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-26T10:09:38.380Z","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/servrox.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-09-03T16:33:42.000Z","updated_at":"2024-09-05T16:35:40.000Z","dependencies_parsed_at":"2024-09-05T15:10:05.465Z","dependency_job_id":"37554468-e272-4959-9c91-ca34f4c30311","html_url":"https://github.com/servrox/aptos-crash-casino","commit_stats":null,"previous_names":["servrox/aptos-crash-casino"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/servrox%2Faptos-crash-casino","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/servrox%2Faptos-crash-casino/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/servrox%2Faptos-crash-casino/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/servrox%2Faptos-crash-casino/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/servrox","download_url":"https://codeload.github.com/servrox/aptos-crash-casino/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244815450,"owners_count":20514953,"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-11-27T20:33:30.737Z","updated_at":"2026-05-16T21:07:43.365Z","avatar_url":"https://github.com/servrox.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AptosCrash\n\nPowerpoint: https://docs.google.com/presentation/d/1QBJsCaMfg7uCrtlpkOKeVfOGF_eRRspTO-shZhtgiQg/edit#slide=id.p\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 ready ✨.\n\n[Learn more about this workspace setup and its capabilities](https://nx.dev/getting-started/tutorials/npm-workspaces-tutorial?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## Run tasks\n\nTo run tasks with Nx use:\n\n```sh\nnpx nx \u003ctarget\u003e \u003cproject-name\u003e\n```\n\nFor example:\n\n```sh\nnpx nx build myproject\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## Add new projects\n\nWhile you could add new projects to your workspace manually, you might want to leverage [Nx plugins](https://nx.dev/concepts/nx-plugins?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects) and their [code generation](https://nx.dev/features/generate-code?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects) feature.\n\nTo install a new plugin you can use the `nx add` command. Here's an example of adding the React plugin:\n```sh\nnpx nx add @nx/react\n```\n\nUse the plugin's generator to create new projects. For example, to create a new React app or library:\n\n```sh\n# Genenerate an app\nnpx nx g @nx/react:app demo\n\n# Generate a library\nnpx nx g @nx/react:lib some-lib\n```\n\nYou can use `npx nx list` to get a list of installed plugins. Then, run `npx nx list \u003cplugin-name\u003e` to learn about more specific capabilities of a particular plugin. Alternatively, [install Nx Console](https://nx.dev/getting-started/editor-setup?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects) to browse plugins and generators in your IDE.\n\n[Learn more about Nx plugins \u0026raquo;](https://nx.dev/concepts/nx-plugins?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects) | [Browse the plugin registry \u0026raquo;](https://nx.dev/plugin-registry?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects)\n\n## Set up CI!\n\n### Step 1\n\nTo connect to Nx Cloud, run the following command:\n\n```sh\nnpx nx connect\n```\n\nConnecting to Nx Cloud ensures a [fast and scalable CI](https://nx.dev/ci/intro/why-nx-cloud?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects) pipeline. It includes features such as:\n\n- [Remote caching](https://nx.dev/ci/features/remote-cache?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects)\n- [Task distribution across multiple machines](https://nx.dev/ci/features/distribute-task-execution?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects)\n- [Automated e2e test splitting](https://nx.dev/ci/features/split-e2e-tasks?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects)\n- [Task flakiness detection and rerunning](https://nx.dev/ci/features/flaky-tasks?utm_source=nx_project\u0026utm_medium=readme\u0026utm_campaign=nx_projects)\n\n### Step 2\n\nUse the following command to configure a CI workflow for your workspace:\n\n```sh\nnpx nx g ci-workflow\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/getting-started/tutorials/npm-workspaces-tutorial?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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fservrox%2Faptos-crash-casino","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fservrox%2Faptos-crash-casino","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fservrox%2Faptos-crash-casino/lists"}