{"id":20442652,"url":"https://github.com/tgorka/cliberry-ng6","last_synced_at":"2026-04-11T01:40:50.503Z","repository":{"id":98089716,"uuid":"148293647","full_name":"tgorka/cliberry-ng6","owner":"tgorka","description":"Cliberry and Schematics collection for generation angular project with support and configuration for useful framework and tools","archived":false,"fork":false,"pushed_at":"2018-09-12T16:09:33.000Z","size":123,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-15T20:41:28.574Z","etag":null,"topics":["angular","angular6","appsync","aws","cliberry","codebuild","es7","graphql","javascript","schematics","serverless","typescript","yarn"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/tgorka.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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-09-11T09:31:42.000Z","updated_at":"2018-09-12T16:09:35.000Z","dependencies_parsed_at":"2023-03-24T18:20:19.134Z","dependency_job_id":null,"html_url":"https://github.com/tgorka/cliberry-ng6","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgorka%2Fcliberry-ng6","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgorka%2Fcliberry-ng6/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgorka%2Fcliberry-ng6/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgorka%2Fcliberry-ng6/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tgorka","download_url":"https://codeload.github.com/tgorka/cliberry-ng6/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241989860,"owners_count":20053804,"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":["angular","angular6","appsync","aws","cliberry","codebuild","es7","graphql","javascript","schematics","serverless","typescript","yarn"],"created_at":"2024-11-15T09:42:22.538Z","updated_at":"2026-04-11T01:40:43.196Z","avatar_url":"https://github.com/tgorka.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cliberry-ng6\n\n[![Version npm](https://img.shields.io/npm/v/cliberry-ng6.svg)](https://www.npmjs.com/package/cliberry-ng6)\n[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT) \n[![Github Downloads](https://img.shields.io/github/downloads/tgorka/cliberry-ng6/total.svg)](https://github.com/tgorka/cliberry-ng6)\n[![NPM Downloads](https://img.shields.io/npm/dt/cliberry-ng6.svg)](https://www.npmjs.com/package/cliberry-ng6)\n[![NPM Gziped size](https://img.shields.io/bundlephobia/minzip/cliberry-ng6.svg)](https://www.npmjs.com/package/cliberry-ng6)\n[![Dependency Status](https://david-dm.org/tgorka/cliberry-ng6.svg)](https://david-dm.org/tgorka/cliberry-ng6)\n[![Build Status](https://travis-ci.org/tgorka/cliberry-ng6.svg?branch=master)](https://travis-ci.org/tgorka/cliberry-ng6)\n[![Coverage percentage](https://coveralls.io/repos/tgorka/cliberry-ng6/badge.svg)](https://coveralls.io/r/tgorka/cliberry-ng6)\n\n\nCliberry/Schematics/angular cli collection for generation angular project with support and configuration for useful framework and tools.\n\nThis repository is a basic Schematic/Cliberry implementation that serves as a starting point to create and publish Schematics to NPM.\n\n## Table of Contents\n\n* [Installation](#installation)\n* [Usage](#usage)\n* [API](#api)\n* [Testing](#testing)\n* [Unit Testing](#unit-testing)\n* [Publishing](#publishing)\n\n### Installation\n\nFor using the cli you need to install the npm package first:\n\n```bash\nnpm install g cliberry\n```\n\nor \n\n```bash\nyarn g cliberry\n```\n\nand then using cli like an [@angular/cli](https://cli.angular.io/).\n\nThe default schematics will be set to local templates if needed. They can be override \nby adding additional `--collection` parameter.\n\nThere is no need to install `@angular/cli` it is included inside `cliberry` tool.\n\nHave fun with using `cliberry` ;).\n\n\n### Usage\n\n#### cliberry\n\nFor using the project simply call\n\n```bash\ncliberry ng6 --force new NAME-OF-THE-PROJECT 'DESCRIPTION OF THE PROJECT'\n```\n\n`--force` is not needed for an empty folder\n\nor to generate part of the project\n\n```bash\ncliberry ng6 g NAME-OF-THE-ACTION\n```\n\n`ng6` can not be needed if it's the default target of ng cli \n(can be changed).\n\n#### @angular/cli\n[Angular CLI](https://github.com/angular/angular-cli)\n\n```bash\nng c cliberry-ng6 new NAME-OF-THE-PROJECT 'DESCRIPTION OF THE PROJECT'\n```\n\n```bash\nng c cliberry-ng6 g NAME-OF-THE-ACTION\n```\n\n\n### API\n\n##### cliberry new\nCreate new cliberry/schematics collection with:\n  * schematics\n  * debug framework\n  * yarn \n  * yarn lock file\n  * tests (jasmine, protractor - defaults)\n  * lint\n  * IDEA config \n  * editorconfig\n  * gitignore\n  * README\n\n### Testing\n\nTo test locally, install `@angular-devkit/schematics-cli` globally and use the `schematics` command line tool. That tool acts the same as the `generate` command of the Angular CLI, but also has a debug mode.\n\nCheck the documentation with\n\n```bash\nschematics --help\n```\n\n### Unit Testing\n\n`yarn test` or `npm run test` will run the unit tests, using Jasmine as a runner and test framework.\n\n### Publishing\n\nTo publish, simply do:\n\n```bash\nyarn build\nyarn publish\n```\n\n```bash\nnpm run build\nnpm publish\n```\n\nThat's it!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftgorka%2Fcliberry-ng6","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftgorka%2Fcliberry-ng6","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftgorka%2Fcliberry-ng6/lists"}