Skip to main content

Set alias to long commands.

Project description

Chuy

CodeQL PyTest Pylint Code Style PyPi Version Repo Size License: MIT Lines of Code

Set alias to long commands.

Configuration file

{
  "format": "poetry run black .",
  "lint": "poetry run pylint chuy tests",
  "tests": "poetry run pytest",
  "package": "poetry build && poetry publish"
}

This configuration must be in a chuy.json file. Usually this file goes in the root of your project but it can really go anywhere.

Usage

After having defined the commands in the chuy.json file, you can now execute them as follows:

chuy format
 $ poetry run black .
 ....

This varies depending on the commands you have written in the chuy file.

chuy lint
 $ poetry run pylint chuy tests
 ....

License

Chuy is licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chuy-0.1.7.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

chuy-0.1.7-py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page