version
Display the Fontisan version information.
Usage
bash
fontisan versionDescription
Shows the currently installed version of Fontisan. This is useful for:
- Verifying installation
- Checking compatibility
- Reporting issues with version information
Examples
bash
# Show version
fontisan version
# Output:
# fontisan 0.1.0Programmatic Access
You can also get the version programmatically:
ruby
require 'fontisan'
puts Fontisan::VERSION