create-prospark-app is a CLI tool that helps developers quickly and easily scaffold out their favorite technologies. The app is designed to appeal to developers who want a powerful and efficient tool for creating new projects and scaffolding out technologies.
To install create-prospark-app, run the following command:
# npm
npm install -g create-prospark-app
# yarn
yarn add global create-prospark-app
To use create-prospark-app
, simply run the following command:
This will display a welcome message with information about the tool.
The following commands are available in create-prospark-app:
--help
or-h
: Displays a list of available commands.--version
or-v
: Displays the version of create-prospark-app.--init
: Initializes a new project.
To run a command, simply add it to the end of the create-prospark-app command. For example:
Once generated, if the project generated includes any the following (react, nextjs, nodejs / express, svelte) run the following command in root directory of the project:
# this would initialize the workspace apps
yarn app
create-prospark-app
supports the following types of stacks, frameworks below:
create-prospark-app
uses a Mono-repo
architecture for the following technologies (nodejs, express, databases, reactjs, nextjs, svelte) using yarn-workspaces
If you'd like to contribute to create-prospark-app, please follow these steps:
- Fork the repository
- Create a new branch
- Make your changes and commit them
- Push your changes to your fork
- Create a pull request
create-prospark-app is licensed under the MIT License.