amazon-ion / ion-cli

Apache License 2.0
31 stars 15 forks source link

Adds template resources as constants #117

Closed desaikd closed 3 months ago

desaikd commented 3 months ago

Issue #, if available:

Description of changes:

This PR works on adding template resources as constants. This change makes the template files as string constants which can be used by the binary crate.

List of changes:

Test

Tested with brew test to make sure that generate subcommand has access to templates. Related PR: https://github.com/amazon-ion/homebrew-ion-cli/pull/7


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.