2 Repos
Creates new filter files with skeleton transformation functions in the standard scripts directory.
Distinct from Filter-to-Script Generators: No candidate covers AngularJS filter generation; closest is Filter-to-Script Generators which is data analysis-focused.
Explore 2 awesome GitHub repositories matching development tools & productivity · AngularJS Filter 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
Generates a new AngularJS filter file and registers it in the application module for transforming data display.
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 new filter file with a skeleton transformation function in the standard scripts directory.