# Tan Tools A collection of CLI tools for the Tan Language. The target audience are developers and users of the language. ## Install ```sh cargo install --path . ``` ## Usage ```sh tan run module-dir # shorter: tan r module-dir ``` ```sh tan run file ``` ```sh tan r module-dir ``` ```sh tan format file # shorter: tan fmt file ``` ## Status This is an _experimental_ project, not intended for production use. ## Contributing Pull requests, issues, and comments are welcome! Make sure to add tests for new features and bug fixes. ## License This work is licensed under the Apache-2.0 License. See [LICENSE.txt](LICENSE.txt) or for details. ## Copyright Copyright © 2022 [Georgios Moschovitis](https://gmosx.ninja).