Skip to content

Create command to generate new commands, modules #142

@mbland

Description

@mbland

Should be easy to run ./go new-command foo to generate the following and make it executable, and to open EDITOR if defined:

#! /usr/bin/env bash
#
# Description of foo

_foo() {
  :
}

_foo "$@"

There should probably be something similar for modules as well.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions