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 | Mark your package as private, so that if it is published to ForgeBox, only you can see it. | |
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 |
Initialize a package in the current directory by creating a default box.json file using our lovely wizard