Gathering detailed insights and metrics for bit-bin
Gathering detailed insights and metrics for bit-bin
Gathering detailed insights and metrics for bit-bin
Gathering detailed insights and metrics for bit-bin
sass-bin-linux-64
The Linux 64-bit binary for sass-bin, a Sass compiler.
ebit-bin
<a href="https://opensource.org/licenses/Apache-2.0"><img alt="apache" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a> <a href="https://github.com/teambit/bit/blob/master/CONTRIBUTING.md"><img alt="prs" src="https://img.shields.io/b
sass-bin-windows-64
The Windows 64-bit binary for sass-bin, a Sass compiler.
sass-bin-darwin-64
The macOS 64-bit binary for sass-bin, a Sass compiler.
npm install bit-bin
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (91.84%)
MDX (5.38%)
JavaScript (1.56%)
SCSS (1.01%)
Shell (0.12%)
PowerShell (0.05%)
CSS (0.02%)
Dockerfile (0.01%)
Ruby (0.01%)
Total Downloads
1,206,733
Last Day
39
Last Week
502
Last Month
3,721
Last Year
154,387
17,947 Stars
14,624 Commits
935 Forks
180 Watching
42 Branches
74 Contributors
Latest Version
14.8.8
Package Id
bit-bin@14.8.8
Unpacked Size
4.00 MB
Size
818.81 kB
File Count
1,967
NPM Version
6.1.0
Node Version
10.6.0
Cumulative downloads
Total Downloads
Last day
-9.3%
39
Compared to previous day
Last week
-50.5%
502
Compared to previous week
Last month
-10.4%
3,721
Compared to previous month
Last year
69.2%
154,387
Compared to previous year
160
60
Website | Docs | Community | Bit Cloud
Bit is a complete solution for building composable software. It simplifies the creation, maintenance and reuse of software using independent and reusable components.
You can use Bit components to build new projects or reuse components to modernize your existing applications. Here are few examples to components people build with Bit:
Bit supports all tooling in the JS ecosystem and comes out of the box with official dev environments for NodeJS, React, Angular, Vue, React Native, NextJS and far more. All are native to TypeScript and ESM and equipped with the best dev tooling.
Bit is a fit to every codebase structure. You can use Bit components in a monorepo, polyrepo, or even without repositories at all.
Use the Bit installer to install Bit to be available on your PATH.
1npx @teambit/bvm install
Initialize Bit on a new folder or in an existing project by running the following command:
1bit init --default-scope my-org.my-project
Make sure to create your scope on the Bit platform and use the right org and project name. After running the command, Bit is initialized on the chosen directory, and ready to be used via Bit commands, your editor or the Bit UI!
Start creating components using the default component generators, or create your own.
1bit templates
The following command uses the React UI component template to create a new reusable React component:
1bit create react hello-world
You can find simple guides for creating NodeJS modules, UI components and apps, backend services and more on the Create Component docs. Run the Bit UI to preview components using the following command:
bit start
Use bit run
to preview applications during development. To create an application, follow the Create App docs section.
After creating a new component, start using it by adding an import statement in one of your workspace components.
1import { Button } from '@org/scope-name.buttons.button';
Once added, Bit will autodetect the dependency between these components. Use bit show
or the VSCode plugin to view the list of dependencies Bit detected for your components.
You can either use hosted scopes on Bit Cloud or by hosting scopes on your own. Use the following command to create your Bit Cloud account and your first scope.
1bit login
Use semantic versioning to version your components:
1bit tag --message "my first release" --major
By default, Bit uses Ripple CI to build components. You can use the --build
flag to build the components on the local machine. To tag and export from your CI of choice to automate the release process or use our official CI scripts.
After versioning, you can proceed to release your components:
1bit export
Head over to your bit.cloud account to see your components build progress. Once the build process is completed, the components will be available for use using standard package managers:
1npm install @my-org/my-project.hello-world
Bit is entirely built with Bit and you can find all its components on Bit Cloud.
Your contribution, no matter how big or small, is much appreciated. Before contributing, please read the code of conduct.
See Contributing.
No vulnerabilities found.
Reason
30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 16/30 approved changesets -- score normalized to 5
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
39 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-12-16
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More