sharn

Managing shards made easier.
授权协议 MIT License
开发语言 JavaScript
所属分类 应用工具、 终端/远程登录
软件类型 开源软件
地区 不详
投 递 者 阳德润
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Sharn (0.3.0)

Buy Me A Coffee

A small, zero-dependency, command-line utility application that allows you to modify your shard.yml manifest file without touching it. This includes the ability to add and remove dependencies, and lots of functionalities to be implemented in the future. It's a companion and not a replacement for the Shards package manager.

This program was rebuilt from scratch designed to be compatible with the latest and future versions of Crystal.

Install

To install, you need to clone this repository, and invoke the shards build command.

git clone https://github.com/nedpals/sharn.git && cd sharn
shards build

Roadmap

  • add command.
  • remove command.
  • inspect command.
  • bump-version command.
  • Testing
  • And many more to come...

Caveats (for now)

  1. Adding packages to a non-existing key will be placed to the bottom. (They will be organized soon).

Contributing

  1. Fork it ( https://github.com/nedpals/sharn/fork )
  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

  • nedpals Ned Palacios - creator, maintainer

相关阅读

相关文章

相关问答

相关文档