https://github.com/author/author-cfg-tool
@authorsoftware/config npm package
https://github.com/author/author-cfg-tool
Last synced: 4 months ago
JSON representation
@authorsoftware/config npm package
- Host: GitHub
- URL: https://github.com/author/author-cfg-tool
- Owner: author
- Created: 2026-03-07T04:22:41.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-12T05:21:39.000Z (4 months ago)
- Last Synced: 2026-03-12T11:34:09.981Z (4 months ago)
- Language: JavaScript
- Size: 68.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @authorsoftware/config
This utility is for application owners who wish to integrate their software into the Author application.
## Commands
### `npx --package @authorsoftware/config author-test`
Validates a `config.json` file against the Author schema and checks optional icon files for required dimensions.
Example:
`npx --package @authorsoftware/config test ./config.json`
### `npx --package @authorsoftware/config author-icon`
Generates `icon.png` and `icon_16.png` from a source image path or URL. Use `--dark` to generate dark variants.
Examples:
`npx --package @authorsoftware/config author-icon ./source.png`
`npx --package @authorsoftware/config author-icon ./source.svg --dark`
`npx --package @authorsoftware/config author-icon https://my.domain.com/path/to.png`
### `npx --package @authorsoftware/config author-example`
Creates an example config in the current working directory.
Example:
`npx --package @authorsoftware/config author-example`