{"id":37583210,"url":"https://github.com/zpbappi/angular-autowrap","last_synced_at":"2026-01-16T09:44:06.854Z","repository":{"id":33215579,"uuid":"36858526","full_name":"zpbappi/angular-autowrap","owner":"zpbappi","description":"An easier and less noisy way of doing validation and designing control template in angularjs","archived":false,"fork":false,"pushed_at":"2015-10-08T23:01:55.000Z","size":332,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-27T09:26:44.185Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://zpbappi.com/angular-autowrap-validation-and-control-template","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/zpbappi.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":"2015-06-04T08:39:05.000Z","updated_at":"2015-06-15T10:37:50.000Z","dependencies_parsed_at":"2022-07-13T07:40:59.149Z","dependency_job_id":null,"html_url":"https://github.com/zpbappi/angular-autowrap","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/zpbappi/angular-autowrap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpbappi%2Fangular-autowrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpbappi%2Fangular-autowrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpbappi%2Fangular-autowrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpbappi%2Fangular-autowrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zpbappi","download_url":"https://codeload.github.com/zpbappi/angular-autowrap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpbappi%2Fangular-autowrap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"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":[],"created_at":"2026-01-16T09:44:03.754Z","updated_at":"2026-01-16T09:44:06.842Z","avatar_url":"https://github.com/zpbappi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular AutoWrap\n\n[![Build Status](https://travis-ci.org/zpbappi/angular-autowrap.svg?branch=master)](https://travis-ci.org/zpbappi/angular-autowrap)\n[![Coverage Status](https://coveralls.io/repos/zpbappi/angular-autowrap/badge.svg?branch=master)](https://coveralls.io/r/zpbappi/angular-autowrap?branch=master)\n[![Code Climate](https://codeclimate.com/github/zpbappi/angular-autowrap/badges/gpa.svg)](https://codeclimate.com/github/zpbappi/angular-autowrap)\n\n## Why?\n[Here's](http://zpbappi.com/angular-autowrap-validation-and-control-template/) the complete history, if you are interested.\n\n## Getting it\nI use git tags to build a version automatically inside travis. Each tag is released in *npm*, *bower* and *GitHub Releases* simultaneously.\nHere's how you get it:\n \n### npm\n```sh\nnpm install angular-autowrap\n```\n\n### bower\n```sh\nbower install angular-autowrap\n```\n\n### GitHub Releases\nYou will find all the releases [here](https://github.com/zpbappi/angular-autowrap/releases).\n\n## Building from source\nMake sure that you have [gulp](https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md) installed globally. \nThen, on the project root folder, run the following commands in sequence:\n```sh\nnpm install\ngulp build\n```\nOutput of the build is ideal for development, as it is sourcemapped with individual components.\nFor production use, I would recommend using the version found in *npm*, *bower* or *GitHub Releases*.\nHowever, if you want to use the latest source code (at your own risk) in production, then run\n```sh\ngulp release\n```\nand use the build in your project.\n\n\n## Running the tests\nQuite easy actually. Just run\n```sh\nnpm install\ngulp test\n```\n\n## Using it\nYet TODO...\n\nFor now, check the `example` folder.\n\n## FAQ\n**1.** How come you deploy customized packages in npm, bower and GitHub from travis?\n\u003cbr\u003e\n**Ans:** Isn't that cool? I know! [Here](http://zpbappi.com/publishing-angular-autowrap-to-npm-bower-and-github-releases-from-travis-ci/) \nis a post describing how I did it.\n\n**2.** Why don't you write any documentation and usage example demonstrating the features?\n\u003cbr\u003e\n**Ans:** The reason is quite simple. I don't like to write documentation nearly as much as I like to code.\nBut, trying to develop the habit now. You will see some progress soon.\n\n**3.** Then why don't you have any test?\n\u003cbr\u003e\n**Ans:** \u003cdel\u003eThat is a sin. I am working on that right now.\nThere will be no additional feature development before I have it under test coverage.\nFYI, \"not having test\" is the main reason behind the version being `0.x.x` yet.\u003c/del\u003e\nI do now. And, it feels great to have tests.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzpbappi%2Fangular-autowrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzpbappi%2Fangular-autowrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzpbappi%2Fangular-autowrap/lists"}