Metadata-Version: 2.1
Name: parasut-cli
Version: 0.1.14
Summary: CLI for Parasut workspace management
Home-page: https://github.com/mthnglac/parasut-cli
Author: Metehan Gulac
Author-email: metehanglc@protonmail.com
License: MIT license
Keywords: parasut-cli
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5

===========
Parasut CLI
===========


.. image:: https://img.shields.io/pypi/v/parasut-cli.svg
        :target: https://pypi.python.org/pypi/parasut-cli

.. image:: https://travis-ci.com/mthnglac/parasut-cli.svg?branch=master
    :target: https://travis-ci.com/mthnglac/parasut-cli

.. image:: https://readthedocs.org/projects/parasut-cli/badge/?version=latest
        :target: https://parasut-cli.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




CLI for Parasut workspace management


* Free software: MIT license
* Documentation: https://parasut-cli.readthedocs.io.


Features
--------

* Start command for preparing workspace with all necessary options.
* Link command for yarn linking operations. Also --undo action.
* Switch command for rails console actions.


TODO
----

* Clone command for cloning repos in base directory.
* Release/Pre-release command.


=======
History
=======


0.1.13 (2021-08-27)
-------------------

* Docs improvements


0.1.12 (2021-08-27)
-------------------

* Docs improvements


0.1.11 (2021-08-27)
-------------------

* Docs installation and usage page improvements.
* Sphinx upgrade.


0.1.10 (2021-07-27)
-------------------

* Docs improvements


0.1.9 (2021-07-27)
------------------

* Documents added on installation.
* Some minor fixings.
* Static type checker mypy added to requirements.
* Black code formatter used.


0.1.8 (2021-07-27)
------------------

* Theme changed
* Switch command refactored. added options: addlings, rails.
* Link command base repo argument required now.
* All important environments now coming outside of project.
* Cli now checking env variables; at exception.Keyerror situation, cli logging
  missing argument with warning.
* Start command refactored.
* Link list command shortening removed. at the moment only option is "--list".
* Parser indent fixed.


