Giter Club home page Giter Club logo

enhavo-cli's Introduction

alt text

enhavo-cli is a neat open source tool written for bash to handle common tasks in enhavo projects.

Install

To install enhavo-cli, just open a bash-terminal and type:

sudo wget https://github.com/enhavo/enhavo-cli/releases/latest/download/enhavo.phar -O /usr/local/bin/enhavo \
&& sudo chmod +x /usr/local/bin/enhavo

Or if you do not have wget try to install it with curl:

sudo curl -L https://github.com/enhavo/enhavo-cli/releases/latest/download/enhavo.phar --output /usr/local/bin/enhavo \
&& sudo chmod +x /usr/local/bin/enhavo

Update

Once installed you can update enhavo-cli like so:

sudo enhavo self-update

Get started

Simply cd to your project root directory and type enhavo for further instructions.

Configuration

Save your configuration under .enhavo/config.yaml. Or use

enhavo create-config

Here is an example file

defaults:
  env: # define all your env vars that should used in your .env.local
    APP_ENV: dev
    MAILER_URL: smtp://user:[email protected]
    MAILER_FROM: "[email protected]"
    MAILER_TO: "[email protected]"
    MAILER_NAME: "enhavo"
    MAILER_DELIVERY_ADDRESS: "[email protected]"

  # define your default user that should be created
  user_email: '[email protected]' 
  user_password: 'mySecretPassword'

  # define your default database
  database_user: 'root'
  database_password: 'rootPassword'
  database_host: 'localhost'
  database_port: '3306'

# define your main repositories for vendor-symlink features
main_repositories:
  enhavo: /path/to/enhavo

Contribute

Help us to develop the software. Feel free to open tickets or pull requests or just give us feedback. If you are a github user, you can star our project.

MIT License

License can be found here.

enhavo-cli's People

Contributors

indivisualvj avatar gseidel avatar

Stargazers

 avatar  avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

enhavo-cli's Issues

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.