All Projects → nickstenning → Honcho

nickstenning / Honcho

Licence: mit
Honcho: a python clone of Foreman. For managing Procfile-based applications.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Honcho

Artemis Dev Tool
An Apollo GraphQL Query Schema Testing Tool
Stars: ✭ 66 (-95.27%)
Mutual labels:  devtools
Imposter Plugin
Composer plugin that wraps all composer vendor packages inside your own namespace. Intended for WordPress plugins.
Stars: ✭ 90 (-93.55%)
Mutual labels:  devtools
Virtual Authenticators Tab
Debug webauthn with a chrome extension that adds a virtual authenticators tab to devtools
Stars: ✭ 95 (-93.19%)
Mutual labels:  devtools
Tsearch
⚠️ WIP ⚠️ Search TypeScript functions and methods by types
Stars: ✭ 72 (-94.84%)
Mutual labels:  devtools
Kail
kubernetes log viewer
Stars: ✭ 1,259 (-9.75%)
Mutual labels:  devtools
Redux Saga Devtools Extension
Chrome extension for Redux-Saga Devtools
Stars: ✭ 90 (-93.55%)
Mutual labels:  devtools
Grpcc
A gRPC cli interface for easy testing against gRPC servers
Stars: ✭ 1,078 (-22.72%)
Mutual labels:  devtools
Jscost.org
JSCost.org - a JavaScript cost visualizer 💸
Stars: ✭ 101 (-92.76%)
Mutual labels:  devtools
Devtools Terminal
Terminal in Chrome Devtools
Stars: ✭ 1,286 (-7.81%)
Mutual labels:  devtools
Hmake
HyperMake - Makes Builds Green without Worrying about Pre-requisites
Stars: ✭ 95 (-93.19%)
Mutual labels:  devtools
Trusted Overlord
Aggregate AWS Trusted Advisor alarms, AWS Health notifications and AWS Support cases from several AWS accounts
Stars: ✭ 73 (-94.77%)
Mutual labels:  operations
Apollo Client Devtools
Apollo Client browser developer tools.
Stars: ✭ 1,210 (-13.26%)
Mutual labels:  devtools
Hoarder
A simple, api-driven storage system for storing code builds and cached libraries for cloud-based deployment services.
Stars: ✭ 91 (-93.48%)
Mutual labels:  devtools
Npm Link Up
🔄 Link your NPM projects automatically, for sophisticated / modular local development.
Stars: ✭ 68 (-95.13%)
Mutual labels:  devtools
Go Chrome
A golang library for interacting with the Chrome DevTools Protocol. https://chromedevtools.github.io/devtools-protocol/
Stars: ✭ 96 (-93.12%)
Mutual labels:  devtools
Logvac
Simple, lightweight, api-driven log aggregation service with realtime push capabilities and historical persistence.
Stars: ✭ 61 (-95.63%)
Mutual labels:  devtools
Phalcon Devtools
Phalcon Developer Tools
Stars: ✭ 1,295 (-7.17%)
Mutual labels:  devtools
Puppeteer Webperf
Automating Web Performance testing with Puppeteer 🎪
Stars: ✭ 1,392 (-0.22%)
Mutual labels:  devtools
Recurring Integrations Scheduler
Recurring Integrations Scheduler (RIS) is a solution that can be used in file-based integration scenarios for Dynamics 365 Finance and Dynamics 365 Supply Chain Management.
Stars: ✭ 96 (-93.12%)
Mutual labels:  operations
Tutorialdb
A search 🔎 engine for programming/dev tutorials, See it in action 👉
Stars: ✭ 93 (-93.33%)
Mutual labels:  devtools

::

     ___           ___           ___           ___           ___           ___
    /\__\         /\  \         /\__\         /\  \         /\__\         /\  \
   /:/  /        /::\  \       /::|  |       /::\  \       /:/  /        /::\  \
  /:/__/        /:/\:\  \     /:|:|  |      /:/\:\  \     /:/__/        /:/\:\  \
 /::\  \ ___   /:/  \:\  \   /:/|:|  |__   /:/  \:\  \   /::\  \ ___   /:/  \:\  \
/:/\:\  /\__\ /:/__/ \:\__\ /:/ |:| /\__\ /:/__/ \:\__\ /:/\:\  /\__\ /:/__/ \:\__\
\/__\:\/:/  / \:\  \ /:/  / \/__|:|/:/  / \:\  \  \/__/ \/__\:\/:/  / \:\  \ /:/  /
     \::/  /   \:\  /:/  /      |:/:/  /   \:\  \            \::/  /   \:\  /:/  /
     /:/  /     \:\/:/  /       |::/  /     \:\  \           /:/  /     \:\/:/  /
    /:/  /       \::/  /        /:/  /       \:\__\         /:/  /       \::/  /
    \/__/         \/__/         \/__/         \/__/         \/__/         \/__/

|PyPI| |Build Status|

Honcho is a Python port of Foreman_, a tool for managing Procfile-based applications.

Why a port? <//honcho.readthedocs.io/en/latest/#why-did-you-port-foreman>_

.. _Foreman: http://ddollar.github.com/foreman

.. |Build Status| image:: https://secure.travis-ci.org/nickstenning/honcho.svg?branch=master :target: http://travis-ci.org/nickstenning/honcho :alt: Build Status

.. |PyPI| image:: https://img.shields.io/pypi/v/honcho.svg :target: https://pypi.python.org/pypi/honcho/ :alt: Latest Version on PyPI

Installing Honcho

::

pip install honcho

How to use Honcho

The 30-second version:

  1. Write a Procfile_::

    $ cat >Procfile <<EOM web: python serve.py redis: redis-server EOM

  2. Optional: write a .env file to configure your app_::

    $ cat >.env <<EOM PORT=6000 REDIS_URI=redis://localhost:6789/0 EOM

  3. Run the app with Honcho::

    $ honcho start

.. _a Procfile: https://devcenter.heroku.com/articles/procfile .. _to configure your app: http://www.12factor.net/config

For more detail and an explanation of the circumstances in which Honcho might be useful, consult the Honcho documentation_.

.. _Honcho documentation: https://honcho.readthedocs.io/

License

Honcho is released under the terms of the MIT license, a copy of which can be found in LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].