@pcs/app-builder
v0.2.3
Published
Builder for initially setting up a new pcs application
Downloads
7
Readme
PCS-App-Builder
The PCS Application builder is designed to quickly build a starting point for your full-stack application.
Installation
To install with NPM
npm install -g @pcs/app-builder
To install with Yarn
yarn global add @pcs/app-builder
Usage
To create a new app with the PCS Application Builder, simply run:
create-pcs-app
This will then ask you a series of questions about the type of app you want to generate - then generate the app based on your answers.
Troubleshooting
If something goes wrong and you want to see more information, run:
create-pcs-app --verbose
This will show all internal logs as the apps are being built.
Skipping Version Checking
If you want to skip version checking and you want to force the builder to use the current version, run:
create-pcs-app --skip-version-check