An open API service indexing awesome lists of open source software.

https://github.com/cbrnrd/star

🌠The Stupid Archive format
https://github.com/cbrnrd/star

archive crystal fileformat linux shard tar unix

Last synced: 7 months ago
JSON representation

🌠The Stupid Archive format

Awesome Lists containing this project

README

          


Star


The Stupid Archive format



Build Status
License

version

## Installation

1. From source (preferred)

The [Crystal compiler](https://crystal-lang.org/reference/installation/) is required to build from source.

One-liner to install star: `git clone https://github.com/cbrnrd/star && cd star && make install`

2. Precompiled

There are precompiled binaries and object files in the `releases` section in GitHub.

## Usage

For the usage instructions, you can just run `star help` after you install it.

## Contributing

1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

## Contributors

- [cbrnrd](https://github.com/cbrnrd) - creator and maintainer