Creating a package
All packages start out as directory in your repo!
// A sample sfdx-project.json with a package
{
"packageDirectories": [
{
"path": "src/my-package",
"package": "my-package",
"versionNumber": "1.0.0.NEXT"
}
]
}Attribute
Required
Description
Package Types
Package Type
Description
Creating Packages
Source Package
Unlocked Package
Data Package
Diff Package
Best Practices
Next Steps
Last updated
Was this helpful?