Downloads:
30,534
Downloads of v 2.0.0:
690
Last Update:
05 Mar 2015
Package Maintainer(s):
Software Author(s):
- Katrina Owen
Tags:
exercism code review peer- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Exercism.io CLI
This is not the latest version of Exercism.io CLI available.
- 1
- 2
- 3
2.0.0 | Updated: 05 Mar 2015
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
30,534
Downloads of v 2.0.0:
690
Maintainer(s):
Software Author(s):
- Katrina Owen
Exercism.io CLI 2.0.0
This is not the latest version of Exercism.io CLI available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Katrina Owen. The inclusion of Katrina Owen trademark(s), if any, upon this webpage is solely to identify Katrina Owen goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Unknown
Verification Testing Unknown
Scan Testing Successful:
No detections found in any package files
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Exercism.io CLI, run the following command from the command line or from PowerShell:
To upgrade Exercism.io CLI, run the following command from the command line or from PowerShell:
To uninstall Exercism.io CLI, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download exercism-io-cli --internalize --version=2.0.0 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade exercism-io-cli -y --source="'INTERNAL REPO URL'" --version="'2.0.0'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade exercism-io-cli -y --source="'INTERNAL REPO URL'" --version="'2.0.0'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install exercism-io-cli
win_chocolatey:
name: exercism-io-cli
version: '2.0.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'exercism-io-cli' do
action :install
source 'INTERNAL REPO URL'
version '2.0.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller exercism-io-cli
{
Name = "exercism-io-cli"
Version = "2.0.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'exercism-io-cli':
ensure => '2.0.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator ferventcoder on 19 Mar 2015.
Exercism is all about having conversations about code. In order to start having those conversations, you need to
install the exercism command line client. The exercism command line client is the all-in-one tool for fetching
and submitting code. Exercism provides a launching point for this to occur. Here's how it works:
- You fetch some challenges in the form of README documents. These include associated test suites.
- Then write code in order to make the tests pass.
- Submit the code and begin the conversation with others.
By repeating this process you will:
- Share while discussing how YOU solved the problem.
- Learn from others as you discover how they solved the same problem.
- Gain experience through repeated practice solving problems.
Log in or click on link to see number of positives.
- exercism-io-cli.2.0.0.nupkg (9e53dac784e8) - ## / 57
- exercism.exe (2e74cef8dbb1) - ## / 57
- exercism.exe (9887e143fb8f) - ## / 57
- exercism-windows-64bit.zip (9b786f1016a7) - ## / 57
- exercism-windows-32bit.zip (c356109e9ebb) - ## / 57
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Exercism.io CLI 3.5.0 | 186 | Tuesday, October 1, 2024 | Approved | |
Exercism.io CLI 3.4.0 | 124 | Friday, August 9, 2024 | Approved | |
Exercism.io CLI 3.1.0 | 796 | Tuesday, October 11, 2022 | Approved | |
Exercism.io CLI 3.0.13 | 1557 | Wednesday, November 6, 2019 | Approved | |
Exercism.io CLI 3.0.12 | 540 | Tuesday, July 9, 2019 | Approved | |
Exercism.io CLI 3.0.11 | 724 | Tuesday, November 20, 2018 | Approved | |
Exercism.io CLI 3.0.10 | 282 | Thursday, November 15, 2018 | Approved | |
Exercism.io CLI 3.0.9 | 518 | Thursday, August 30, 2018 | Approved | |
Exercism.io CLI 3.0.8 | 330 | Thursday, August 23, 2018 | Approved | |
Exercism.io CLI 3.0.6 | 441 | Friday, July 27, 2018 | Approved | |
Exercism.io CLI 3.0.5 | 370 | Wednesday, July 18, 2018 | Approved | |
Exercism.io CLI 3.0.4 | 335 | Tuesday, July 17, 2018 | Approved | |
Exercism.io CLI 2.4.1 | 5163 | Saturday, July 1, 2017 | Approved | |
Exercism.io CLI 2.4.0 | 966 | Friday, June 9, 2017 | Approved | |
Exercism.io CLI 2.3.0 | 5921 | Friday, September 2, 2016 | Approved | |
Exercism.io CLI 2.2.6 | 658 | Thursday, July 7, 2016 | Approved | |
Exercism.io CLI 2.2.5 | 515 | Tuesday, April 5, 2016 | Approved | |
Exercism.io CLI 2.2.4 | 694 | Monday, February 1, 2016 | Approved | |
Exercism.io CLI 2.2.3 | 488 | Monday, December 28, 2015 | Approved | |
Exercism.io CLI 2.2.1 | 426 | Tuesday, August 11, 2015 | Approved | |
Exercism.io CLI 2.2.0 | 434 | Monday, June 29, 2015 | Approved | |
Exercism.io CLI 2.1.1 | 814 | Wednesday, May 13, 2015 | Approved | |
Exercism.io CLI 2.1.0 | 389 | Friday, May 8, 2015 | Approved | |
Exercism.io CLI 2.0.2 | 467 | Thursday, April 2, 2015 | Approved | |
Exercism.io CLI 2.0.1 | 474 | Wednesday, March 25, 2015 | Approved | |
Exercism.io CLI 2.0.0 | 690 | Thursday, March 5, 2015 | Approved | |
Exercism.io CLI 1.9.2 | 690 | Monday, January 12, 2015 | Approved | |
Exercism.io CLI 1.9.0 | 704 | Tuesday, December 2, 2014 | Approved | |
Exercism.io CLI 1.8.2 | 719 | Friday, October 24, 2014 | Approved | |
Exercism.io CLI 1.8.1 | 455 | Thursday, October 23, 2014 | Approved | |
Exercism.io CLI 1.8.0 | 523 | Thursday, October 16, 2014 | Approved | |
Exercism.io CLI 1.7.5 | 602 | Monday, October 6, 2014 | Approved | |
Exercism.io CLI 1.7.4 | 752 | Sunday, September 28, 2014 | Approved | |
Exercism.io CLI 1.7.3.1 | 453 | Saturday, September 27, 2014 | Approved | |
Exercism.io CLI 1.7.3 | 422 | Saturday, September 27, 2014 | Approved | |
Exercism.io CLI 1.7.2 | 481 | Wednesday, September 24, 2014 | Approved | |
Exercism.io CLI 1.7.1 | 431 | Wednesday, September 24, 2014 | Approved |
© 2015 Katrina Owen
This release adds two new commands:
- exercism list $LANGUAGE to display available exercises
- exercism open $LANGUAGE $PROBLEM to open the most recent iteration of the give problem in the browser.
- It also adds host connectivity status to both the problems API and the submissions API, to help with tricky troubleshooting issues.
We've finally deleted some legacy stuff:
- We won't read the ~/.exercism.go file. If you want to use that, then set the EXERCISM_CONFIG_FILE environment variable.
- The login/logout commands are gone. Use the exercism configure command.
- The deprecated key names in the config have been removed. If you have trouble authenticating, then reconfigure using the exercism configure command.
There are also a couple of bugfixes:
- Expand '~' in config path to home directory
- Display problems that have not yet been submitted when fetching. This should avoid the support tickets where people are unable to move forward.
This package has no dependencies.
Ground Rules:
- This discussion is only about Exercism.io CLI and the Exercism.io CLI package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Exercism.io CLI, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.