
1,824
Downloads
350
Downloads of v 0.10.9
10/19/2017
Last update
Bit is a distributed code component manager.
Increase reusability: Designed for fast and easy extraction and reuse of code
components without creating duplications or publishing packages..
Simply and predictable: Bit uses features such as simple inline editing,
strict minor versioning and test based updating to make modifying and maintaining
is super simple.
Discoverable: Bit uses a functionality-based search and a simple yet smart
scoping mechanism to easily find and reuse components created by you or by others.
To install Bit (Install), run the following command from the command line or from PowerShell:
C:\> choco install bit
To upgrade Bit (Install), run the following command from the command line or from PowerShell:
C:\> choco upgrade bit
Files
Hide- tools\chocolateyinstall.ps1
Show
$ErrorActionPreference = 'Stop'; # stop on all errors $packageName = 'bit' $packageArgs = @{ packageName = $packageName softwareName = 'Bit*' fileType = 'msi' silentArgs = "/qn /norestart /l*v `"$env:TEMP\chocolatey\$($packageName)\$($packageName).MsiInstall.log`"" validExitCodes = @(0, 3010, 1641) checksumType = 'sha256' url = 'https://bitsrc.jfrog.io/bitsrc/bit-msi/stable/bit/0.10.9/bit-0.10.9-unsigned.msi' checksum = 'B13016C77E11123BEC8019620E3AD937AB69F08F613D29A48E690A3CCDDA67A0' } Install-ChocolateyPackage @packageArgs # Update Bit package.json file so it can tell that it was installed via Chocolatey. if (Test-Path "${env:ProgramFiles(x86)}\Bit\package.json") { $path = "${env:ProgramFiles(x86)}\Bit\package.json" } else { $path = "$env:ProgramFiles\Bit\package.json" } $script = @" (Get-Content -Path '$path') `` -replace 'installationMethod":.+', 'installationMethod": "choco"' `` | Set-Content '$path' "@ Start-ChocolateyProcessAsAdmin -Statements $script
Virus Scan Results
- bit.0.10.9.nupkg (41d3e4f7dfdd) - ## / 60 - Log in or click on link to see number of positives
- bit-0.10.9-unsigned.msi (b13016c77e11) - ## / 59 - 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/teambit/bit/tags
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Bit (Install) 0.10.9 | 350 | Thursday, October 19, 2017 | approved |
Bit (Install) 0.10.7 | 218 | Thursday, September 7, 2017 | approved |
Bit (Install) 0.6.4 | 212 | Sunday, June 25, 2017 | approved |
Bit (Install) 0.6.0 | 211 | Tuesday, May 16, 2017 | approved |
Bit (Install) 0.5.3 | 186 | Monday, May 1, 2017 | approved |
Bit (Install) 0.5.0 | 196 | Tuesday, April 4, 2017 | approved |
Bit (Install) 0.1.15 | 221 | Wednesday, February 1, 2017 | approved |
Discussion for the Bit (Install) Package
Ground rules:
- This discussion is only about Bit (Install) and the Bit (Install) 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 Bit (Install), 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.