{"id":22733614,"url":"https://github.com/burdiuz/js-lib-project-environment","last_synced_at":"2026-04-06T09:32:45.756Z","repository":{"id":40845059,"uuid":"80777735","full_name":"burdiuz/js-lib-project-environment","owner":"burdiuz","description":"environment template for library projects","archived":false,"fork":false,"pushed_at":"2023-01-06T01:32:49.000Z","size":1515,"stargazers_count":0,"open_issues_count":13,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T02:11:08.940Z","etag":null,"topics":["babel","chai","class-properties","coverage","coveralls","developer-environment","es6","es7","eslint","flow","istanbul","javascript","jest","js","karma","mocha","rollup","sinon","webpack"],"latest_commit_sha":null,"homepage":null,"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/burdiuz.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}},"created_at":"2017-02-02T23:09:36.000Z","updated_at":"2020-09-23T17:28:09.000Z","dependencies_parsed_at":"2023-02-05T01:31:37.249Z","dependency_job_id":null,"html_url":"https://github.com/burdiuz/js-lib-project-environment","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/burdiuz/js-lib-project-environment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burdiuz%2Fjs-lib-project-environment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burdiuz%2Fjs-lib-project-environment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burdiuz%2Fjs-lib-project-environment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burdiuz%2Fjs-lib-project-environment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/burdiuz","download_url":"https://codeload.github.com/burdiuz/js-lib-project-environment/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burdiuz%2Fjs-lib-project-environment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31466620,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T08:36:52.050Z","status":"ssl_error","status_checked_at":"2026-04-06T08:36:51.267Z","response_time":112,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["babel","chai","class-properties","coverage","coveralls","developer-environment","es6","es7","eslint","flow","istanbul","javascript","jest","js","karma","mocha","rollup","sinon","webpack"],"created_at":"2024-12-10T20:15:08.296Z","updated_at":"2026-04-06T09:32:45.734Z","avatar_url":"https://github.com/burdiuz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JS-Lib-Environment\n\n\u003e Note: Since Rollup currently does not support some things which are not yet standard(like class fields),\n\u003e I've used babel for transpiling code with specific set of plugins for such things.\n\n\u003e Note: This is rollup + jest setup, to get webpack + karma + chai + sinon setup check [webpack_chai](https://github.com/burdiuz/js-lib-project-environment/tree/webpack_chai) branch.\n\nEnvironment setup for library project development, requires [rollup](https://rollupjs.org/guide/en)  v 0.66 or higher to be installed globally.\n```\nnpm install rollup -g\n```\nAfter installation replace values of `LIBRARY_FILE_NAME` and `LIBRARY_VAR_NAME` in `webpack.helpers.js`.\n* `LIBRARY_FILE_NAME` - distribution file name\n* `LIBRARY_VAR_NAME` - variable name for global variable\n\nAlso you will need to update `\"main\"` value in `bower.json` and `package.json`.\n\nNPM commands:\n* `npm start` - run rollup to make distributions\n* `npm test` - run jest tests\n* `npm run server` - run rollup dev server\n* `npm run flow` - run flow for static type checking\n* `npm run build:watch` - run rollup in watch mode\n* `npm run test:watch` - run tests in watch mode\n* `npm run lint` - run ESLint for project files(including test files) in `/source` folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburdiuz%2Fjs-lib-project-environment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburdiuz%2Fjs-lib-project-environment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburdiuz%2Fjs-lib-project-environment/lists"}