{"id":15829028,"url":"https://github.com/afeiship/next","last_synced_at":"2026-04-18T16:11:36.006Z","repository":{"id":57112654,"uuid":"52676455","full_name":"afeiship/next","owner":"afeiship","description":"A javascript OOP toolkit for mobile \u0026 modern web.","archived":false,"fork":false,"pushed_at":"2024-12-21T13:46:34.000Z","size":572,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-06T08:08:24.331Z","etag":null,"topics":["class","es5","javascript","javascript-library","js-core","next","nx","oop","static","tookit","vampire"],"latest_commit_sha":null,"homepage":"","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/afeiship.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2016-02-27T16:37:04.000Z","updated_at":"2024-12-21T13:46:38.000Z","dependencies_parsed_at":"2024-06-19T00:27:30.080Z","dependency_job_id":"27f79851-4f48-43ed-b630-4dbc1ceeec1c","html_url":"https://github.com/afeiship/next","commit_stats":{"total_commits":490,"total_committers":3,"mean_commits":"163.33333333333334","dds":0.4102040816326531,"last_synced_commit":"2e29ec1394179fd290902eb94a86159358437501"},"previous_names":["afeiship/next-js-core2"],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fnext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fnext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fnext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fnext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afeiship","download_url":"https://codeload.github.com/afeiship/next/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246620291,"owners_count":20806741,"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":["class","es5","javascript","javascript-library","js-core","next","nx","oop","static","tookit","vampire"],"created_at":"2024-10-05T11:00:31.064Z","updated_at":"2026-02-27T23:03:16.802Z","avatar_url":"https://github.com/afeiship.png","language":"JavaScript","readme":"# next\n\u003e A javascript OOP toolkit for mobile \u0026 modern web.\n\n[![version][version-image]][version-url]\n[![license][license-image]][license-url]\n[![size][size-image]][size-url]\n[![download][download-image]][download-url]\n\n## installation\n```shell\nnpm install --save @jswork/next\n```\n\n## node\n```js\nimport nx from '@jswork/next';\n\nconst MyClass = nx.declare({\n  statics:{\n    init: function(){\n      console.log('hello next!')\n    }\n  }\n})\n```\n\n## browser\n```html\n\u003cscript type=\"text/javascript\" src=\"https://unpkg.com/@jswork/next\"\u003e\u003c/script\u003e\n\u003cscript type=\"text/javascript\"\u003e\n(function (nx, global) {\n  nx.declare('myApp', {\n    statics: {\n      init: function () {\n        alert('hello next!');\n      }\n    }\n  });\n}(nx, nx.GLOBAL));\n\u003c/script\u003e\n```\n\n## license\nCode released under [the MIT license](https://github.com/afeiship/next/blob/master/LICENSE.txt).\n\n[version-image]: https://img.shields.io/npm/v/@jswork/next\n[version-url]: https://npmjs.org/package/@jswork/next\n\n[license-image]: https://img.shields.io/npm/l/@jswork/next\n[license-url]: https://github.com/afeiship/next/blob/master/LICENSE.txt\n\n[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next\n[size-url]: https://github.com/afeiship/next/blob/master/dist/index.min.js\n\n[download-image]: https://img.shields.io/npm/dm/@jswork/next\n[download-url]: https://www.npmjs.com/package/@jswork/next\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeiship%2Fnext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafeiship%2Fnext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeiship%2Fnext/lists"}