Skip to content

DanzigerGeist/mkcd.fish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mkcd.fish

mkcd is a simple helper that creates a directory (respecting any options you pass to mkdir) and immediately enters it. This repository packages the function as a Fisher-compatible plugin.

Installation

Install with Fisher by pointing it at this repository:

fisher install DanzigerGeist/mkcd.fish

Alternatively, from a local checkout you can run:

fisher install /path/to/mkcd.fish

Usage

mkcd new-project

Any options supported by mkdir can be passed through to mkcd:

mkcd -p src/components/button

If the directory already exists or the target cannot be determined, the function prints an error message and exits with a non-zero status.

About

Fisher plugin that creates a directory and CD's into it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages