{"id":24015058,"url":"https://github.com/1337programming/monoscope-angular","last_synced_at":"2025-07-26T02:04:09.976Z","repository":{"id":66192094,"uuid":"43404759","full_name":"1337programming/monoscope-angular","owner":"1337programming","description":"AngularJS code-generation shortcuts written with Monoscope.","archived":false,"fork":false,"pushed_at":"2015-11-05T06:41:05.000Z","size":236,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-08T07:42:48.794Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/1337programming.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-30T01:34:57.000Z","updated_at":"2015-11-05T06:15:45.000Z","dependencies_parsed_at":"2023-02-20T00:00:57.028Z","dependency_job_id":null,"html_url":"https://github.com/1337programming/monoscope-angular","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/1337programming%2Fmonoscope-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1337programming%2Fmonoscope-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1337programming%2Fmonoscope-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1337programming%2Fmonoscope-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1337programming","download_url":"https://codeload.github.com/1337programming/monoscope-angular/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240720488,"owners_count":19846772,"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":[],"created_at":"2025-01-08T07:38:48.948Z","updated_at":"2025-02-25T18:24:02.704Z","avatar_url":"https://github.com/1337programming.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# monoscope-angular\n*AngularJS code-generation shortcuts written with Monoscope.*\n\n![alt tag](https://raw.githubusercontent.com/1337programming/monoscope/master/logo-banner.png)\n\n## Installation\nRun the command `npm i monoscope-angular --save-dev` to install. Note: This is a development tool, not a production tool.\n\nFor an initial project setup with this plugin, please see [monoscope-angular-starter](https://github.com/1337programming/monoscope-angular-starter \"Monoscope Angular Starter\").\n## Usage\nSimply add the following code to a task within your application:\n```javascript\nvar monoscopeAngular = require('monoscope-angular');\nmonoscopeAngular.run(config);\n```\nTo get the list of shortcuts provided by this plugin, use the following:\n```javascript\nvar shortcuts = monoscopeAngular.getShortcuts(config);\n```\nThese shortcuts can then be added to to create application-specific shortcuts.\n## Configuration\nThe config object can include the following properties:\n - title (Default 'Monoscope AngularJS')\n - port (Default 8045)\n - color (Default blue)\n - defaultConstantFilePath (Default 'src/:dasherizedModuleName/:dasherizedConstantName.constant.js')\n - defaultControllerFilePath (Default 'src/:dasherizedModuleName/:dasherizedControllerName.controller.js')\n - defaultDecoratorFilePath (Default 'src/:dasherizedModuleName/:dasherizedDecoratorName.decorator.js')\n - defaultDirectiveFilePath (Default 'src/:dasherizedModuleName/:dasherizedDirectiveName.directive.js')\n - defaultFactoryFilePath (Default 'src/:dasherizedModuleName/:dasherizedFactoryName.factory.js')\n - defaultFilterFilePath (Default 'src/:dasherizedModuleName/:dasherizedFilterName.filter.js')\n - defaultModuleFilePath (Default 'src/:dasherizedModuleName/:dasherizedModuleName.module.js')\n - defaultProviderFilePath (Default 'src/:dasherizedModuleName/:dasherizedProviderName.provider.js')\n - defaultServiceFilePath (Default 'src/:dasherizedModuleName/:dasherizedServiceName.service.js')\n - defaultValueFilePath (Default 'src/:dasherizedModuleName/:dasherizedValueName.value.js')\n - defaultViewFilePath (Default 'src/:dasherizedModuleName/:dasherizedViewName.html')\n \n## Shortcuts\n - Create a Module\n - Copy State to Clipboard\n - Create a Controller\n - Create a View\n - Create a Service\n - Create a Filter\n - Create a Factory\n - Create a Provider\n - Create a Directive\n - Create a Decorator\n - Create a Constant\n - Create a Value\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1337programming%2Fmonoscope-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1337programming%2Fmonoscope-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1337programming%2Fmonoscope-angular/lists"}