{"id":40982443,"url":"https://github.com/vxtool/prime-vanillajs","last_synced_at":"2026-01-22T07:18:00.367Z","repository":{"id":38281853,"uuid":"62446383","full_name":"vxtool/prime-vanillajs","owner":"vxtool","description":"[WIP] Basic structure for projetcs with Vanilla JS (ES6/ES7)","archived":false,"fork":false,"pushed_at":"2023-01-06T02:01:18.000Z","size":1620,"stargazers_count":1,"open_issues_count":12,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-03T01:52:10.695Z","etag":null,"topics":["javascript","prime"],"latest_commit_sha":null,"homepage":"","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/vxtool.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}},"created_at":"2016-07-02T10:47:08.000Z","updated_at":"2020-07-13T12:03:03.000Z","dependencies_parsed_at":"2023-02-05T02:16:26.379Z","dependency_job_id":null,"html_url":"https://github.com/vxtool/prime-vanillajs","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/vxtool/prime-vanillajs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vxtool%2Fprime-vanillajs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vxtool%2Fprime-vanillajs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vxtool%2Fprime-vanillajs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vxtool%2Fprime-vanillajs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vxtool","download_url":"https://codeload.github.com/vxtool/prime-vanillajs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vxtool%2Fprime-vanillajs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28658101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["javascript","prime"],"created_at":"2026-01-22T07:18:00.298Z","updated_at":"2026-01-22T07:18:00.356Z","avatar_url":"https://github.com/vxtool.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prime VanillaJS\n\n[![licence mit](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](http://hemersonvianna.mit-license.org/)\n[![GitHub issues](https://img.shields.io/github/issues/vxtool/prime-vanillajs.svg)](https://github.com/vxtool/prime-vanillajs/issues)\n![GitHub package.json version](https://img.shields.io/github/package-json/v/vxtool/prime-vanillajs.svg)\n![GitHub Release Date](https://img.shields.io/github/release-date/vxtool/prime-vanillajs.svg)\n![GitHub top language](https://img.shields.io/github/languages/top/vxtool/prime-vanillajs.svg)\n![GitHub repo size](https://img.shields.io/github/repo-size/vxtool/prime-vanillajs.svg)\n![GitHub All Releases](https://img.shields.io/github/downloads/vxtool/prime-vanillajs/total.svg)\n\n## Prerequisites\n- Node \u003e= v12.18.2\n- NPM \u003e= v6.14.5\n- Yarn \u003e= v1.22.0 or npm install -g yarn\n\n## .gitconfig\n\nGit's merge commit message\n\n```\n[alias]\n    mergelogmsg = \"!f() { var=$(git symbolic-ref --short HEAD) \u0026\u0026 printf 'Merge branch %s into %s\\n\\n::SUMMARY::\\nBranch %s commits:\\n' $1 $var $1 \u003e temp_merge_msg \u0026\u0026 git log --format=format:'%s' $var..$1 \u003e\u003e temp_merge_msg \u0026\u0026 printf '\\n\\nBranch %s commits:\\n' $var \u003e\u003e temp_merge_msg \u0026\u0026 git log --format=format:'%s' $1..$var \u003e\u003e temp_merge_msg \u0026\u0026 printf '\\n\\n* * * * * * * * * * * * * * * * * * * * * * * * *\\n::DETAILS::\\n' \u003e\u003e temp_merge_msg \u0026\u0026 git log --left-right $var...$1 \u003e\u003e temp_merge_msg \u0026\u0026 git merge --no-ff --no-commit $1 \u0026\u0026 git commit -eF temp_merge_msg; rm -f temp_merge_msg;}; f\"\n```\n\n## Install\n\n```\nyarn\n```\n\n## Commands\n\n- **yarn start**\n- **yarn build**\n- **yarn lib**\n- **yarn release**\n- **yarn doc**\n\n\n## Contributing\n\n- Fork it!\n- Create your feature branch: `git checkout -b my-new-feature`\n- Commit your changes: `git commit -m 'Add some feature'`\n- Push to the branch: `git push origin my-new-feature`\n- Submit a pull request\n\n## Log\n\nCheck [Releases](https://github.com/vxtool/prime-vanillajs/releases) for detailed changelog.\n\n## License\n\n[MIT license](http://hemersonvianna.mit-license.org/) © Hemerson Vianna\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvxtool%2Fprime-vanillajs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvxtool%2Fprime-vanillajs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvxtool%2Fprime-vanillajs/lists"}