jebarpg/template-nodejs-project

Configure package.json

Closed this issue · 0 comments

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 inside config->cz-gitmoji-adapter->questions array
    Options are scope, body, issues, breaking, type and subject
  • 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 are public for public repos and restricted for private repos.