package init-wizard

Parameters:
Name Type Required Default Hint
name string true The human-readable name for this package
slug string true The ForgeBox or unique slug for this package (no spaces or special chars)
version string true The version for this package, please use semantic versioning - 0.0.0
private boolean true Would you like to mark your package as private, which prevents it to submit it to ForgeBox
shortDescription string true A short description for the package
author string true The author of the package, you!
keywords string true A nice list of keywords that describe your package
homepage string true Your package's homepage URL
ignoreList boolean true Add commonly ignored files to the package's ignore list

Command Usage

Initialize a package in the current directory by creating a default box.json file using our lovely wizard