{"id":13447370,"url":"https://github.com/diogomoretti/javali","last_synced_at":"2025-05-07T08:21:16.254Z","repository":{"id":34369318,"uuid":"177332780","full_name":"diogomoretti/javali","owner":"diogomoretti","description":"🐗 Create a modern JavaScript library that uses ES6 + Jest","archived":false,"fork":false,"pushed_at":"2023-10-12T16:27:40.000Z","size":944,"stargazers_count":140,"open_issues_count":3,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-18T15:18:15.829Z","etag":null,"topics":["cli","es6","javascript","javascript-library","jest"],"latest_commit_sha":null,"homepage":"https://javali.js.org","language":"JavaScript","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/diogomoretti.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","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":"2019-03-23T19:42:06.000Z","updated_at":"2023-11-24T14:23:59.000Z","dependencies_parsed_at":"2024-10-28T11:27:50.227Z","dependency_job_id":"8c098718-b8f8-4708-9e9a-f8e0d4683790","html_url":"https://github.com/diogomoretti/javali","commit_stats":{"total_commits":67,"total_committers":5,"mean_commits":13.4,"dds":"0.14925373134328357","last_synced_commit":"df667c6d75c7f6b819dbdac13fa3884b8787a899"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diogomoretti%2Fjavali","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diogomoretti%2Fjavali/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diogomoretti%2Fjavali/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diogomoretti%2Fjavali/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diogomoretti","download_url":"https://codeload.github.com/diogomoretti/javali/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252839678,"owners_count":21812148,"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":["cli","es6","javascript","javascript-library","jest"],"created_at":"2024-07-31T05:01:15.654Z","updated_at":"2025-05-07T08:21:16.216Z","avatar_url":"https://github.com/diogomoretti.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/2853428/54870888-3b2b5800-4d8b-11e9-8e3d-f56fd7692117.png\" alt=\"Javali\" width=\"430\"\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/javali\"\u003e\u003cimg alt=\"NPM\" src=\"https://img.shields.io/npm/v/javali.svg?style=flat-square\"\u003e\u003c/a\u003e \u003ca href=\"https://standardjs.com\"\u003e\u003cimg src=\"https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square\" alt=\"JavaScript Style Guide\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003ch3 align=\"center\"\u003e\u003cstrong\u003e⁓ \u003ca href=\"https://javali.js.org\"\u003ejavali.js.org\u003c/a\u003e ⁓\u003c/strong\u003e\u003c/h3\u003e\n\u003c/p\u003e\n\u003cbr\u003e\n\n## 🐗 About\n\n**[Javali](https://javali.js.org/)** (aka **JAVA***Script* **LI***brary*) is a CLI like [Create React App](https://github.com/facebook/create-react-app), but for creating JavaScript libraries. Below, some features:\n\n- **Simple command** to create a library\n- **Fully ES6** that compiles to UMD and CommonJS\n- **Supports Typescript**\n- **[Jest](https://jestjs.io/)** for tests\n- **[Rollup](https://rollupjs.org)** as bundler\n- **[Live Server](https://github.com/tapio/live-server)** to run locally\n\n\u003cbr\u003e\n\n## 🐗 Get started\n\n### Using `npx`\n\n**1** ⁓ Install and create your library immediately:\n\n\n```shell\nnpx javali my-lib\n```\n\n**2** ⁓ Enjoy!\n\n### Using global cli\n\n**1** ⁓ Install **[Javali](https://javali.js.org/)** globally:\n\n```shell\nyarn global add javali\n\nor\n\nnpm install -g javali\n```\n\n**2** ⁓ Create your library:\n\n```shell\njavali my-lib\n```\n\nOr using TypeScript:\n\n```shell\njavali my-lib --typescript\n```\n\n**3** ⁓ Enjoy!\n\n\n\n✅ A folder and library called `my-lib` will be created in this case.\n\n\u003cbr\u003e\n\n## 🐗 Contributing\n\n1. Fork this repository\n2. `git checkout -b my-feature`\n3. `git add --all`\n4. `git commit -m \"My commit message about my-feature\"`\n5. `git push origin my-feature`\n6. Open a Pull Request =]\n\n\u003cbr\u003e\n\n## 🐗 License\n\n[MIT](./license.md) © [Diogo Moretti](https://github.com/diogomoretti)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiogomoretti%2Fjavali","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiogomoretti%2Fjavali","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiogomoretti%2Fjavali/lists"}