Skip to content

obenchkroune/adonisjs-zsh-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

AdonisJS ZSH Plugin

A ZSH plugin that provides command completion and convenience functions for working with AdonisJS projects.

Features

  • Auto-detection of AdonisJS projects
  • Command completion for ace CLI commands
  • Path traversal to find ace binary

Installation

  1. Add the plugin to your ZSH configuration:

Using Oh My Zsh

git clone https://github.com/obenchkroune/adonisjs-zsh-plugin.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/adonis

Then add adonis to your plugin list in .zshrc:

plugins=(... adonis)

Manual Installation

git clone https://github.com/obenchkroune/adonisjs-zsh-plugin.git
source /path/to/adonis-zsh-plugin/adonis.plugin.zsh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages