#cli #cli-file #file #python

app Lion-cli

A developer tool to create files of different coding languages

24 releases

new 0.3.1 Mar 26, 2025
0.2.91 Mar 25, 2025
0.2.9 Feb 25, 2025
0.1.9 Jan 28, 2025
0.1.9-beta Feb 2, 2025

#116 in Command line utilities

Download history 430/week @ 2025-01-22 320/week @ 2025-01-29 728/week @ 2025-02-05 51/week @ 2025-02-12 155/week @ 2025-02-19 192/week @ 2025-02-26 14/week @ 2025-03-05 40/week @ 2025-03-19

2,184 downloads per month

MIT license

19KB
485 lines

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 (for Rust developers)

cargo install Lion-cli

Using curl command:

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/TeenCoder159/lion/releases/download/v0.3.1/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

  • Linking of external libraries

  • Add a lion settings file to get info about project

  • Additional features coming soon...

Current list of supported languages:

  • Rust
  • Python
  • C++
  • C
  • Go
  • Java
  • TypeScript

Dependencies