Lion-cli

Crates.ioLion-cli
lib.rsLion-cli
version0.5.0
created_at2025-01-25 05:18:26.964318+00
updated_at2025-05-28 04:37:29.014226+00
descriptionA developer tool to create files of different coding languages
homepagehttps://github.com/TeenCoder159/lion
repositoryhttps://github.com/TeenCoder159/lion
max_upload_size
id1530325
size64,838
(unsecretised)

documentation

README

Lion is an open-source CLI tool that makes developers lives easier

Lion is a project ready for use but still under development

It helps by creating the file with some preset code and add external dependencies for you (implemented for rust and python)

Installation

Using Cargo (Latest versions with minor fixes are available)

cargo install Lion-cli

Using curl command:

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/TeenCoder159/lion/releases/download/v0.4.0/Lion-cli-installer.sh | sh

See the Docs on how to use it and which languages are supported for which command:

  • Creates the file

  • Adds preset code

  • Allow dependency feature to be called individually

  • Add a compiling + running feature

  • Project creation with a preset file structure

  • Add a lion settings file to get info about project (Partially added)

  • Linking of external libraries

  • Support for other languages like zig, gleam, etc.

  • Additional features coming soon...

Current list of supported languages:

  • Rust
  • Python
  • C++
  • C
  • Go
  • Java
  • TypeScript
Commit count: 183

cargo fmt