@dekode/satis-generator

0.7.6 • Public • Published

Satis generator

Commands

satis-generator publish  # publish packages that have changed since the last release
satis-generator changed  # list changed packages since the last release
satis-generator zip      # build zips of released packages

satis-generator.json

{
	"zipsDistUrl": "https://cdn.example.com",
	"publishMessage": "chore(release): publish",
	"branch": "main",
	"satisFile": "satis.json",
	"plugins": [],
	"packages": ["plugins/*", "projects/*", "themes/*"],
	"changelogFilename": "CHANGELOG.md",
	"changelogTitle": "## Unreleased"
}
  • zipsDistUrl: Public url to the zips.
  • publishMessage: Message in commit.
  • branch: Branch to do release from.
  • satisFile: Location of your satis json file.
  • plugins: Array of plugins to load.
  • packages: Array of globs to use as package locations.
  • changelogFile: Name of the changelog file in the package.
  • changelogTitle: Title used in the changelog on unreleased versions.

satis file

The script need a satis json file to work. When initializing a new project create a satis.json file and fill in the required keys.

example json file

{
	"name": "example/packages",
	"homepage": "https://example.com",
	"description": "All my awesome packages",
	"repositories": []
}

Readme

Keywords

Package Sidebar

Install

npm i @dekode/satis-generator

Weekly Downloads

10

Version

0.7.6

License

MIT

Unpacked Size

30.2 kB

Total Files

19

Last publish

Collaborators

  • walbo
  • olethomas