@amplicode/create-amplicode

0.9.3 • Public • Published

Amplicode Admin UI Generator npm version

Scaffold an amplicode app base structure

Options

--appName - Name of the new application in kebab case (e.g: 'amplicode-app')
--template - Template of the application (e.g: 'react-admin', now only one available)
--serverUrl - Rest api uri (e.g: 'http://localhost:8000')
--targetDir - New emty directory (default: './')
--schema - Array of resources (default: []) // [{entity: 'owner', screens: ['list', 'show']}]

Example: npx --yes @amplicode/create-amplicode@latest --appName amp-rest --template react-admin --serverUrl http://localhost:8080/ --targetDir "$(pwd)/ampl-test" --restBasePath /rest

Package Sidebar

Install

npm i @amplicode/create-amplicode

Weekly Downloads

4

Version

0.9.3

License

Apache-2.0

Unpacked Size

115 kB

Total Files

29

Last publish

Collaborators

  • amplicode-team
  • cuba-platform