Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 425 Bytes

changelog.md

File metadata and controls

19 lines (17 loc) · 425 Bytes

Changes across different version of create-foss-files

v1.0.0

  • Initialize an empty git repository.
  • Generates the following files
    • .editorconfig
    • .gitattributes
    • .gitignore
    • changelog file
    • contributing guidelines file
    • readme file
    • MIT license
    • Code of Conduct
  • If used with --javascript flag, generates these additional files:
    • .npmrc
    • .prettierrc.json
    • index.js
    • package.json