All Projects → NetanelBasal → Ngrx Generator

NetanelBasal / Ngrx Generator

Licence: mit
ngrx templates generator

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Ngrx Generator

Automatic Gatsbyjs App Landing Page
Automatic GatsbyJS App Landing Page - Automatically generate iOS app landing page using GatsbyJS
Stars: ✭ 137 (+3.79%)
Mutual labels:  generator, template
Readme
Automatically generate a beautiful best-practice README file based on the contents of your repository
Stars: ✭ 223 (+68.94%)
Mutual labels:  generator, template
Cgx
💻🔥CLI to generate the recommended documentation/files to improve contribution (Github, Gitlab, CodeCommit and Bitbucket)
Stars: ✭ 190 (+43.94%)
Mutual labels:  generator, template
Net Core Docx Html To Pdf Converter
.NET Core library to create custom reports based on Word docx or HTML documents and convert to PDF
Stars: ✭ 133 (+0.76%)
Mutual labels:  generator, template
Swiftproject
🏆 Generate Swift project with necessary toolings
Stars: ✭ 27 (-79.55%)
Mutual labels:  generator, template
Hermes
Golang package that generates clean, responsive HTML e-mails for sending transactional mail
Stars: ✭ 2,379 (+1702.27%)
Mutual labels:  generator, template
Stator
Stator, your go-to template for the perfect stack. 😍🙏
Stars: ✭ 217 (+64.39%)
Mutual labels:  generator, template
Generate
A new command line tool and developer framework for scaffolding out GitHub projects. Generate offers the robustness and configurability of Yeoman, the expressiveness and simplicity of Slush, and more powerful flow control and composability than either.
Stars: ✭ 238 (+80.3%)
Mutual labels:  generator, template
Swaggen
OpenAPI/Swagger 3.0 Parser and Swift code generator
Stars: ✭ 385 (+191.67%)
Mutual labels:  generator, template
Extension Create
Create modern cross-browser extensions with no build configuration.
Stars: ✭ 167 (+26.52%)
Mutual labels:  generator, template
Swift Template
A template based module generator for Swift projects.
Stars: ✭ 34 (-74.24%)
Mutual labels:  generator, template
Sao
⚔ Futuristic scaffolding tool
Stars: ✭ 966 (+631.82%)
Mutual labels:  generator, template
Vipera
Project is now called Swift template, check the link ➡️
Stars: ✭ 57 (-56.82%)
Mutual labels:  generator, template
Generator
Express' application generator
Stars: ✭ 1,644 (+1145.45%)
Mutual labels:  generator
React Next Boilerplate
🚀 A basis for reducing the configuration of your projects with nextJS, best development practices and popular libraries in the developer community.
Stars: ✭ 129 (-2.27%)
Mutual labels:  template
Scaffolder
Scaffolder - Increasing dev velocity and standardizing file conventions.
Stars: ✭ 126 (-4.55%)
Mutual labels:  generator
Openapi Python Client
Generate modern Python clients from OpenAPI
Stars: ✭ 126 (-4.55%)
Mutual labels:  generator
Worker Typescript Template
ʕ •́؈•̀) TypeScript template for Cloudflare Workers
Stars: ✭ 129 (-2.27%)
Mutual labels:  template
Laravel Swagger
Auto generates the swagger documentation of a laravel project based on best practices and simple assumptions
Stars: ✭ 129 (-2.27%)
Mutual labels:  generator
Package Skeleton Php
A skeleton repository for Spatie's PHP Packages
Stars: ✭ 126 (-4.55%)
Mutual labels:  template

ngrx-generator

Save yourself the headache of Redux boilerplate Awesome

Demo

Getting Started

Install it via npm:

npm install ngrx-generator -g
ngrx-gen

By default, it will create the templates in the current directory. If you prefer the ngrx/example style -

- reducers
- services
- actions
- effects
- services

you can add the following line to your package.json

{
 "ngrxGen": {
   "basePath": "./src/app", // optional - this should be relative to your root package.json file
   "seperateDirectory": "true"
 }
}

Demo

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].