Create a new project - adelhult/hylla GitHub Wiki

Usage

hylla new [OPTIONS] NAME [TAGS] ...

Options

--commands

Allows the user to write a list of commands that will be executed every time the project is opened.

--github USER REPOSITORY_NAME

Clone directly from a github repository. (Note, Hylla will list all repos from the github user if the inputed name was incorrect.)

--clone REPO_URL

Git clone.

--migrate DIRECTORY

Copies all the files from an existing directory.

--readme-template FILE

Specify a template which will be used to create the project README.md, the environmental variable HYLLA_README_TEMPLATE can also be used.

--no-readme

If the flag is added no README will be generated.

--help

Prints help information about the 'new' command.