Gnereta

Gnereta is a command-line tool for creating new projects fast and with ease.

Features

Note: There are currently no features yet. This tool is in its early stages of development.

Getting started

This guide shows how to obtain a copy of the project and get the tool running on your local machine.

Downloading the codebase

Fork this repo on GitHub and clone your fork. Alternatively, you can download this repo as a zip file and extract it.

Running the tool

Note: Use PowerShell to run commands on Windows.

  1. Navigate into the project’s root directory.

  2. Install the project as a distribution:

    ./gradlew installDist
  3. Run the tool from the build directory:

    ./build/install/gnereta/bin/gnereta --help

Alternatively, you can open and run the project in IntelliJ IDEA. For more on how to run the tool with arguments, see here.

Author

Mayeku Khisa – Maintainer@mayekukhisa.

License

Copyright 2022 Mayeku Khisa

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

GitHub

View Github