2 مستودعات
Creates directive files with standard AngularJS directive templates in the project's directives directory.
Distinct from Visual Direction Generators: No candidate covers AngularJS directive generation; closest is Visual Direction Generators which is UI design-focused.
Explore 2 awesome GitHub repositories matching development tools & productivity · AngularJS Directive Generators. Refine with filters or upvote what's useful.
This is a Yeoman generator that produces complete full-stack web application project skeletons, combining an AngularJS frontend with an Express.js backend. It scaffolds a MEAN stack project structure with MongoDB, including optional OAuth authentication and real-time WebSocket communication capabilities. The generator produces a complete project skeleton with a live-reload development server, preconfigured build and testing tools, and environment-specific configuration files. It includes role-based authentication with local and social login strategies, route protection, and admin user managem
Scaffolds a new AngularJS directive file with a single command, optionally generating a separate template file.
This is a Yeoman generator that scaffolds AngularJS projects and components. It automates the setup of a complete AngularJS application with boilerplate code, directory structure, and optional dependencies, while also providing standalone sub-generators for creating controllers, directives, filters, services, views, and routes. The generator handles module registration automatically, injecting generated files into the AngularJS module system and patching route configuration files when new routes are created. It supports generating code in CoffeeScript or TypeScript through a command-line flag
Creates a directive file in the project's directives directory with a standard AngularJS directive template.