{"id":18388075,"url":"https://github.com/methodgrab/create-elm-package","last_synced_at":"2025-04-12T03:58:35.654Z","repository":{"id":62187443,"uuid":"558587381","full_name":"MethodGrab/create-elm-package","owner":"MethodGrab","description":"An initializer for creating new Elm packages.","archived":false,"fork":false,"pushed_at":"2023-07-20T00:42:40.000Z","size":303,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T03:58:32.171Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/create-elm-package","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MethodGrab.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":"2022-10-27T21:21:51.000Z","updated_at":"2022-10-29T23:43:33.000Z","dependencies_parsed_at":"2024-11-06T01:53:40.375Z","dependency_job_id":null,"html_url":"https://github.com/MethodGrab/create-elm-package","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"6bb87fe63947cc6debdeedd72379b9a3a391530a"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MethodGrab%2Fcreate-elm-package","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MethodGrab%2Fcreate-elm-package/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MethodGrab%2Fcreate-elm-package/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MethodGrab%2Fcreate-elm-package/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MethodGrab","download_url":"https://codeload.github.com/MethodGrab/create-elm-package/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514202,"owners_count":21116900,"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-06T01:30:47.527Z","updated_at":"2025-04-12T03:58:35.633Z","avatar_url":"https://github.com/MethodGrab.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# create-elm-package\n\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/MethodGrab/create-elm-package/CI.yaml?branch=main\u0026style=flat-square)](https://github.com/MethodGrab/create-elm-package/actions/workflows/CI.yaml)\n[![npm version](https://img.shields.io/npm/v/create-elm-package?style=flat-square)](https://www.npmjs.com/package/create-elm-package)\n\n\u003e An [npm initializer](https://docs.npmjs.com/cli/commands/npm-init) for creating new [Elm](https://elm-lang.org) packages.\n\n\n## Usage\n\n```\nmkdir my-elm-package\ncd my-elm-package\nnpm init elm-package\n```\n\n\n## What's included\n\nPlease review the generated code before using it to ensure it meets your needs and doesn't include anything you don't want.\n\n- Basic Elm package boilerplate.\n- GitHub [Workflow actions](./templates/base/.github/workflows/CI.yaml) to:\n\t- Validate the package.\n\t- Automatically publish new versions using [`elm-publish-action`](https://github.com/dillonkearns/elm-publish-action).  \n\t\tNote the initial version 1.0.0 must be published manually.\n\nNote the GitHub workflow assumes your default branch is called `main`. If that's not the case, you should update the following places after you run the initializer:\n- The 2 references to `main` at the top of `.github/workflows/CI.yaml`.\n- `?branch=main` in the _GitHub Workflow Status_ badge URL in `README.md`.\n\n\n## Development\n\n1. Clone the repo.\n1. `cd create-elm-package`\n1. `npm install`\n1. `npm run dev`\n\nIn a separate session/tab/window:\n1. `npm link`\n1. `npm init elm-package`  \n\tThis will run the local cloned/linked version.\n\nInstead of running `npm init elm-package` you can run the `create-elm-package` global binary directly.\n\nInstead of linking it with `npm link` and using the global binary you can run the local binary directly: `./dist/cli.js`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmethodgrab%2Fcreate-elm-package","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmethodgrab%2Fcreate-elm-package","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmethodgrab%2Fcreate-elm-package/lists"}