Skip to content
/ qob-cli Public
forked from cl-qob/cli

CLI for building, running, testing, and managing your Common Lisp dependencies

License

Notifications You must be signed in to change notification settings

jcs-PR/qob-cli

 
 

Repository files navigation

CLI for building, running, testing, and managing your Common Lisp dependencies

License: MIT SBCL Version Release

Qob attempts to be good at these things:

  • Play nicely with ASDF and Quicklisp.
  • Support project local like Qlot and support global scope facilities.
  • Works on all modern operating systems: Linux, macOS, and Windows.
  • No extra file required, qlfile, .ros files, etc.

We aim to make Qob an all-in-one tool so users no longer need to install tools like Roswell and Qlot, which only serve specific goals.

🚧 State of the project

We are currently in a early-development phase. API, and commands are not stable.

Things might still break at any point.

🔧 Usage

NAME:
  qob - CLI for building, running, testing, and managing your Common Lisp dependencies

USAGE:
  qob [global-options] [<command>] [command-options] [arguments ...]

OPTIONS:
      --help           display usage information and exit
      --no-color       enable/disable color output
      --version        display version and exit
  -a, --all            enable all flag
  -g, --global         change default workspace to ~/.qob/
  -v, --verbose <INT>  set verbosity from 0 to 5 [default: 3]

COMMANDS:
  build          Build the executable
  clean          Delete various files produced during building
  create         Create a new Common Lisp project
  dists          List out all installed dists
  info           Display information about the current system(s)
  install        Install systems
  install-deps   Automatically install system dependencies
  install-dists  Install dists
  list           List the registered system
  status         Display the state of the workspace
  uninstall      Uninstall systems

AUTHORS:
  Jen-Chieh Shen <[email protected]>

LICENSE:
  MIT

🔨 Development

You need the following softwares:

then,

$ make build

🔗 Links

🧪 Testing

We have incorporated a range of tests to ensure Qob remains stable throughout its release cycle.

Documentation
Description Done Status
Keep the documentation page up to date Docs
Development
Description Done Status
Build executables Build
Others
Description Done Status
Webinstall Webinstall

⚜️ License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

See LICENSE for details.

About

CLI for building, running, testing, and managing your Common Lisp dependencies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Common Lisp 94.5%
  • Shell 2.6%
  • Batchfile 1.8%
  • Other 1.1%