
2,009
Downloads
101
Downloads of v 2.5.11
4/10/2018
Last update
Nightcode is the best way to get started with Clojure. It bundles a smart editor, the Leiningen and Boot build tools, and a home screen with quick access to the Clojure cheatsheet and REPL.
To install Nightcode, run the following command from the command line or from PowerShell:
C:\> choco install nightcode
--version 2.5.11
To upgrade Nightcode, run the following command from the command line or from PowerShell:
C:\> choco upgrade nightcode
--version 2.5.11
Files
Hide- tools\chocolateyinstall.ps1
Show
$ErrorActionPreference = 'Stop' $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName= 'Nightcode*' destination = "$env:TEMP\$env:ChocolateyPackageName\$env:ChocolateyPackageVersion" url = 'https://github.com/oakes/Nightcode/releases/download/2.5.11/Nightcode-2.5.11.exe' checksum = '23DDA7054373D88C693C97A0E9A32C7773B296DEC7F81A586F641E84EAE1FB9F' checksumType= 'sha256' fileType = 'EXE' silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-' validExitCodes= @(0) } Install-ChocolateyPackage @packageArgs
- tools\chocolateyuninstall.ps1
Show
$ErrorActionPreference = 'Stop' $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = 'Nightcode*' fileType = 'EXE' silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-' validExitCodes= @(0) } [array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName'] if ($key.Count -eq 1) { $key | ForEach-Object { $packageArgs['file'] = "$($_.UninstallString)" if ($packageArgs['fileType'] -eq 'MSI') { $packageArgs['silentArgs'] = "$($_.PSChildName) $($packageArgs['silentArgs'])" $packageArgs['file'] = '' } Uninstall-ChocolateyPackage @packageArgs } } elseif ($key.Count -eq 0) { Write-Warning "$($packageArgs['packageName']) has already been uninstalled by other means." } elseif ($key.Count -gt 1) { Write-Warning "$($key.Count) matches found!" Write-Warning "To prevent accidental data loss, no programs will be uninstalled." Write-Warning "Please alert package maintainer the following keys were matched:" $key | ForEach-Object { Write-Warning "- $($_.DisplayName)" } }
Virus Scan Results
- nightcode.2.5.11.nupkg (30fe04e03c03) - ## / 60 - Log in or click on link to see number of positives
- Nightcode-2.5.11.exe (23dda7054373) - ## / 65 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Tags
Release Notes
https://github.com/oakes/Nightcode/releases
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Nightcode 2.6.0 | 302 | Saturday, April 14, 2018 | approved |
Nightcode 2.5.11 | 101 | Tuesday, April 10, 2018 | approved |
Nightcode 2.5.10 | 87 | Saturday, March 31, 2018 | approved |
Nightcode 2.5.9 | 112 | Thursday, March 29, 2018 | approved |
Nightcode 2.5.8 | 92 | Thursday, March 29, 2018 | approved |
Nightcode 2.5.7 | 149 | Friday, February 2, 2018 | approved |
Nightcode (Install) 2.5.1.0 | 192 | Wednesday, November 1, 2017 | approved |
Nightcode (Install) 2.4.0.0 | 164 | Thursday, October 19, 2017 | approved |
Nightcode (Install) 2.3.7.0 | 210 | Saturday, July 29, 2017 | approved |
Nightcode (Install) 2.3.6.0 | 168 | Tuesday, July 18, 2017 | approved |
Discussion for the Nightcode Package
Ground rules:
- This discussion is only about Nightcode and the Nightcode 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 Nightcode, 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.