Skip to content

v1.0.18

Choose a tag to compare

@wessberg wessberg released this 29 May 21:10
· 102 commits to master since this release

New Features

New commands

Adds two new commands:

  • funding, which generates a config-driven .github/FUNDING.yml file for supporting the new Sponsors feature on Github.
  • all, which generates all of the files that scaffold supports in a single command.

Additional supported config formats

You can now use .yaml/.yml configs as well for configuration Scaffold.
The full list of possible config file names is now:

  • scaffold.config.js
  • scaffold.config.json
  • scaffold.config.json5
  • scaffold.config.yaml
  • scaffold.config.yml
  • .scaffoldrc

Full changelog

  • docs(readme): updates feature image height ca92d2e
  • build(npm): updates scripts 7b9ff00
  • Merge branch 'master' of github.com:wessberg/scaffold c545b33
  • build(npm): updates scripts 21b9ca2
  • Update FUNDING.yml ec4db8f
  • Update FUNDING.yml 8f28850
  • docs(readme): documentation for new commands 809a62f
  • feat(funding): adds two new commands: 'funding', which generates a config-driven .github/FUNDING.yml file for supporting Github Sponsors, as well as the 'all' command, which generates all of the files that scaffold supports in a single command dace835
  • build(npm): updates dependencies. dd90217

v1.0.17...v1.0.18