/cap-generator

Primary LanguageJavaScriptOtherNOASSERTION

CAP Generator

Connected App Platorm Generator (CAP Generator)

CAP generator creates and deploys web applications, just like creating backend applications from scratch linked with a heroku synchronizer to SalesForce platform easy and fast.

Previous requirements

First, install Yeoman (we assume you have pre-installed node.js).

npm install -g yo

You must also have Angular/CLI to build web applications (We recommend having version ^8 for greater compatibility and stability).

npm i -g @angular/cli@8.3.8

Depending on Operating system you must have installed a package manager.

Installation

Install generator-cap

npm install -g generator-cap

Usage

To generate a new project using CAP just run:

yo cap

It will prompt you a series of question regarding to your project

Subgenerators

This generator automatically includes the sub generators based on the user answers. For more detail about how to use each module we recommend go through their documentation

Module Description
CAP STORAGE AWS This module implements a connection with the Amazon Web Service server to upload files, images and videos to the provided account.
CAP AUTHENTICATION This module implements a complete user authentication section for web application security (available for Auth0 and Firebase services)
CAP LIVE CHAT This module implements a live chat service from the SalesForce service platform
CAP SF CORE This module creates together with Heroku Cloud a back-end application with database and synchronization to a SalesForce company for data management. and also creates a CRUD to manipulate the data from the web application
CAP SSR This module adds a functionality to your SPA application so that it shows the source code to the google crawlers for a better search of your app within the google servers
CAP PWA This module implements a modality of your SPA application so that in some browsers you get direct access so that I take it as a native application of your computer or cell phone

License

Apache-2.0 © Software Allies