xcream 1.0.3
xcream: ^1.0.3 copied to clipboard
A CLI tool for xcream games.
xcream CLI #
Description #
The xcream CLI is a command-line tool built in Dart that allows you to create a basic structure to develop games for the xcream library.
Installation #
To install the xcream CLI, follow these steps:
- Make sure you have Dart SDK installed on your machine and Flutter.
- Once you have the
- Navigate to the cloned repository:
cd xcream
- Run the following command to install the dependencies:
flutter pub get
- Finally, create a symbolic link to make the xcream CLI globally accessible:
flutter pub global activate --source path .
Usage #
The xcream CLI provides the following commands:
xcream -t empty -n <project_name>
: Generates an empty project structure.xcream template -n <project_name>
: Generates a project structure based on a specific template.
To scaffold a new project, open your terminal and navigate to the desired directory. Then, run one of the above commands to generate the project structure.
Contributing #
If you would like to contribute to the xcream CLI, feel free to submit a pull request on the GitHub repository. We welcome any improvements, bug fixes, or new features that you may have.
License #
The xcream CLI is open-source software licensed under the MIT License. See the LICENSE file for more information.