Configure package.json
Closed this issue · 0 comments
jebarpg commented
package.json Configurations
- Change
name
to{your_project_name}
- Add
description
- Add
main
entry point e.g. index.js or index.ts - Change
keywords
to suit your project - Change 'license' to suit your project
- Change author
Configure cz-gitmoji-adapter
In addition to the following sections you may follow this configuration guide cz-gitmoji-adapter
Configuration Options
- Add/Remove 'scopes' appropriate for your project inside
config
->cz-gitmoji-adapter
->scopes
array - Change
questions
texts insideconfig
->cz-gitmoji-adapter
->questions
array
Options arescope
,body
,issues
,breaking
,type
andsubject
- Change
repository
URL to your project URL - Change
bugs
URL to your project URL - Change
homepage
URL to your projects homepage URL - Set appropriate
publishConfig
access of the repo
Options arepublic
for public repos andrestricted
for private repos.