This package has been deprecated

Author message:

this package has been deprecated in favor of @api-platform/client-generator

@api-platform/generate-crud

0.1.7 • Public • Published

API Platform CRUD Generator

Build Status npm version MIT Licence

NPM

A generator to scaffold a React/Redux app with Create-Retrieve-Update-Delete features for any API exposing a Hydra documentation. Works especially well with APIs built with the API Platform framework.

Installation

npm install -g @api-platform/generate-crud

Usage

api-platform-generate-crud https://demo.api-platform.com/ output/ --resource Book

Features

  • Generate high-quality ES6 components and files built with React, Redux, React Router and Redux Form including:
    • A list view
    • A creation form
    • An edition form
    • A deletion button
  • Use the Hydra API documentation to generate the code
  • Generate the suitable HTML5 input type (number, date...) according to the type of the API property
  • Display of the server-side validation errors under the related input (if using API Platform Core)
  • Client-side validation (required attributes)
  • The generated HTML is compatible with Bootstrap and include mandatory classes
  • The generated HTML code is accessible to people with disabilities (ARIA support)
  • The Redux and the React Router configuration is also generated

Documentation

The documentation of API Platform CRUD Generator can be browsed on the docs repository.

Credits

Created by Kévin Dunglas. Sponsored by Les-Tilleuls.coop. Commercial support available upon request.

Readme

Keywords

none

Package Sidebar

Install

npm i @api-platform/generate-crud

Weekly Downloads

2

Version

0.1.7

License

MIT

Last publish

Collaborators

  • teohhanhui
  • meyerbaptiste
  • mysiar
  • simperfit
  • soyuka
  • dunglas