rules are where you provide parsers and compatible options
{"version":"2","repository":"@organization/repository",// Only use the personalAccessToken when working with the CLI"personalAccessToken":"<your-personal-access-token>","rules": [ {"name":"Generate tokens as a Tailwind theme","parsers": [ {"name":"to-tailwind","output": {"type":"file","filePath":"theme.js" } } ] } ]}
If you use the GitHub, you need to fill two properties:
repository is @organization/repository
rules lets you transform tokens by chaining parsers
Make sure you have connected your GitHub account with your Specify account. Head toward this article to learn more.
{"version":"2","repository":"@organization/repository","rules": [ {"name":"Generate tokens as a Tailwind theme","parsers": [ {"name":"to-tailwind","output": {"type":"file","filePath":"theme.js" } } ] } ]}