Giter Site home page Giter Site logo

devinci-it / mimic Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 22 KB

Mimic simplifies the Laravel learning curve by enabling users to experiment with commands and concepts without a full Laravel setup. It facilitates scaffold generation and direct emulation of Laravel Artisan commands.

License: MIT License

Python 100.00%

mimic's Introduction

Certainly! Below is a revised version of your README.md file, including a more detailed index page for the wiki:


Mimic

Mimic is a tool designed to simplify the learning process of Laravel by providing a streamlined environment for generating scaffolds and experimenting with Laravel commands and concepts. It allows users to mimic Laravel Artisan commands without the need to initialize a full Laravel project in their working directory.

Installation

Before using Mimic, ensure you have Python installed on your system. You can install Mimic and its dependencies using pip:

pip install -r requirements.txt

Usage

To run Mimic, execute the run.py script:

python run.py

Mimic Artisan Commands

You can mimic Laravel Artisan commands using the Mimic command-line interface. For example:

mimic make:controller IndexController

This command will generate a scaffold for a controller named "IndexController" in the current working directory, mimicking the behavior of the make:controller Artisan command in Laravel.

Additional Options

Mimic supports the following options:

  • -h, --help: Display help message and exit.
  • -f, --force: Force override files if they already exist.
  • -v, --verbose: Enable verbose logging.

Configuration

Mimic uses a configuration file (config.ini) to customize its behavior. You can adjust settings such as log levels, file paths, and more by editing this file.

Documentation

For detailed installation instructions, usage examples, and more, refer to the wiki.

License

This project is licensed under the MIT License - see the LICENSE file for details.


Wiki Index


mimic's People

Contributors

devinci-it avatar

Watchers

Kostas Georgiou avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.