Skip to content

enrique-guillen/sym_differ_cli

Repository files navigation

sym_differ_cli

A command line interface for the SymDiffer project.

Example

As of this commit:

Screenshot from 2024-06-11 08-00-35

Purpose and current state

This repository only exists to showcase an alternative usage of the sym_differ gem as opposed to the main Web interface, and for that purpose only one use case of the application (getting a derivative expression) is supported.

Development instructions & commands

  • There is a .ruby-version file that indicates with which Ruby version this project was developed. You can use rbenv or another method to install this Ruby version.
  • Run bundle install to install all dependencies.
  • To run the automated acceptance criteria tests, run bundle exec cucumber.
  • To run RSpec tests: bundle exec rspec spec. The spec/ folder contains typical unit tests.
  • rubocop and reek should be executed for static analysis.

See also

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published