0.7.6 • Published 2 months ago

@dekode/satis-generator v0.7.6

Weekly downloads
48
License
MIT
Repository
github
Last release
2 months ago

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": []
}
0.7.6

2 months ago

0.7.5

5 months ago

0.7.2

1 year ago

0.7.1

1 year ago

0.7.4

1 year ago

0.7.3

1 year ago

0.7.0

1 year ago

0.6.2

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.6.0-alpha.1

3 years ago

0.6.0-alpha.2

3 years ago

0.6.0-alpha.0

3 years ago

0.5.0

3 years ago

0.5.1

3 years ago

0.5.0-alpha.1

3 years ago

0.5.0-alpha.0

3 years ago

0.4.0

3 years ago

0.3.0

4 years ago

0.3.1

4 years ago

0.2.0

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago