{"id":19713504,"url":"https://github.com/0vidiu/openlib","last_synced_at":"2026-05-04T17:35:53.128Z","repository":{"id":113572278,"uuid":"124083457","full_name":"0vidiu/openlib","owner":"0vidiu","description":"A custom boilerplate for creating open source libraries","archived":false,"fork":false,"pushed_at":"2018-03-25T14:40:00.000Z","size":247,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-27T20:33:18.805Z","etag":null,"topics":["boilerplate","codecov","open-source","travis-ci","typescript","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/0vidiu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2018-03-06T13:38:27.000Z","updated_at":"2018-05-25T15:09:02.000Z","dependencies_parsed_at":"2023-03-16T05:00:33.310Z","dependency_job_id":null,"html_url":"https://github.com/0vidiu/openlib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0vidiu/openlib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0vidiu%2Fopenlib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0vidiu%2Fopenlib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0vidiu%2Fopenlib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0vidiu%2Fopenlib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0vidiu","download_url":"https://codeload.github.com/0vidiu/openlib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0vidiu%2Fopenlib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32618141,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"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":["boilerplate","codecov","open-source","travis-ci","typescript","webpack"],"created_at":"2024-11-11T22:23:02.608Z","updated_at":"2026-05-04T17:35:53.112Z","avatar_url":"https://github.com/0vidiu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenLib\n\n[![Build Status](https://travis-ci.org/0vidiu/openlib.svg?branch=master)](https://travis-ci.org/0vidiu/openlib) [![codecov](https://codecov.io/gh/0vidiu/openlib/branch/master/graph/badge.svg)](https://codecov.io/gh/0vidiu/openlib) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n\n## A custom boilerplate for creating open source libraries\nThis package was created to facilitate the first steps in creating a new project. It uses **Typescript** to write less error-prone code, **ESLint** and **TSLint** to ensure more reliable and readable code, **Webpack** for bundling multiple versions, **gHooks** to validate each commit, **Commitizen** to ensure a good commit naming convention, **Travis-CI** for build testing, **Semantic-release** for automatically publishing your project and generating changelogs.\n\n### Prerequisites\n* Setup a [Travis-CI](https://travis-ci.org) account\n* Setup a [CodeCov](https://codecov.io) account\n\n## Getting started\n```sh\n# Create new project\ngit clone https://github.com/0vidiu/openlib.git ./\u003cdir-name\u003e\ncd \u003cdir-name\u003e\n\n# Set up git for your new project\nrm -rf .git\ngit init\ngit remote add origin git@github.com:\u003cyour-username\u003e/\u003cyour-repo\u003e.git\n\n# Install dependencies\nyarn\n\n# Run tests and build tasks\nyarn validate\n\n# Start writing something awesome\nyarn dev\n```\n## yarn/npm scripts\n```sh\n# git commit using commitizen cli\nyarn commit\n\n# start build tool in watch mode\nyarn dev\n\n# run tests\nyarn test\n\n# lint *.js files\nyarn lint:js\n\n# lint *.ts files\nyarn lint:ts\n\n# lint everything\nyarn lint\n\n# build for prodution\nyarn build\n\n# runs lint, test and build tasks\nyarn validate\n```\n\n## When you're ready to deploy\n```sh\n# Setup up semantic-release\nsudo yarn global add semantic-release-cli\nsemantic-release-cli setup\n\n# Edit .travis.yml and uncomment following line\n# to enable semantic-release after Travis build success:\n# - yarn travis-deploy-once \"yarn semantic-release\"\nvim .travis.yml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0vidiu%2Fopenlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0vidiu%2Fopenlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0vidiu%2Fopenlib/lists"}