All Projects β†’ flow-typed β†’ Flow Typed

flow-typed / Flow Typed

Licence: mit
A central repository for Flow library definitions

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Flow Typed

Laravel Packer
Awesome Command Line Tool for speeding up your package creation.
Stars: ✭ 313 (-91.7%)
Mutual labels:  cli, hacktoberfest
Collision
πŸ’₯ Collision is a beautiful error reporting tool for command-line applications
Stars: ✭ 3,993 (+5.86%)
Mutual labels:  cli, hacktoberfest
Ghost Cli
CLI Tool for installing & updating Ghost
Stars: ✭ 313 (-91.7%)
Mutual labels:  cli, hacktoberfest
Doitlive
Because sometimes you need to do it live
Stars: ✭ 3,073 (-18.53%)
Mutual labels:  cli, hacktoberfest
Mongo Seeding
The ultimate solution for populating your MongoDB database.
Stars: ✭ 375 (-90.06%)
Mutual labels:  cli, hacktoberfest
Vue Cli Plugin Electron Builder
Easily Build Your Vue.js App For Desktop With Electron
Stars: ✭ 3,549 (-5.91%)
Mutual labels:  cli, hacktoberfest
Graphback
Graphback - Out of the box GraphQL server and client
Stars: ✭ 323 (-91.44%)
Mutual labels:  cli, hacktoberfest
Gitmoji Changelog
A changelog generator for gitmoji 😜
Stars: ✭ 250 (-93.37%)
Mutual labels:  cli, hacktoberfest
S3cmd
Official s3cmd repo -- Command line tool for managing Amazon S3 and CloudFront services
Stars: ✭ 3,767 (-0.13%)
Mutual labels:  cli, hacktoberfest
Ack3
ack is a grep-like search tool optimized for source code.
Stars: ✭ 330 (-91.25%)
Mutual labels:  cli, hacktoberfest
Starcli
✨ Browse GitHub trending projects from your command line
Stars: ✭ 269 (-92.87%)
Mutual labels:  cli, hacktoberfest
Memento
Memento is a development-only tool that caches HTTP calls once they have been executed.
Stars: ✭ 380 (-89.93%)
Mutual labels:  cli, hacktoberfest
Ddh
A fast duplicate file finder
Stars: ✭ 262 (-93.05%)
Mutual labels:  cli, hacktoberfest
Diff2html Cli
Pretty diff to html javascript cli (diff2html-cli)
Stars: ✭ 287 (-92.39%)
Mutual labels:  cli, hacktoberfest
Fsociety
A Modular Penetration Testing Framework
Stars: ✭ 259 (-93.13%)
Mutual labels:  cli, hacktoberfest
Horusec
Horusec is an open source tool that improves identification of vulnerabilities in your project with just one command.
Stars: ✭ 311 (-91.76%)
Mutual labels:  cli, hacktoberfest
Ace
Node.js framework for creating command line applications
Stars: ✭ 233 (-93.82%)
Mutual labels:  cli, hacktoberfest
Jenkins Cli
Jenkins CLI allows you manage your Jenkins as an easy way
Stars: ✭ 245 (-93.5%)
Mutual labels:  cli, hacktoberfest
Teachcode
A tool to develop and improve a student’s programming skills by introducing the earliest lessons of coding.
Stars: ✭ 325 (-91.38%)
Mutual labels:  cli, hacktoberfest
Ava
Node.js test runner that lets you develop with confidence πŸš€
Stars: ✭ 19,458 (+415.85%)
Mutual labels:  cli, hacktoberfest

flow-typed

A repository of high-quality, third-party library type definitions for use with Flow.

ci status npm package docs discord package health

Check out the quick start page in the docs to get started. It will walk you through installing typedefs, using them, as well as writing and including your own.

Huh?

When you start a project with Flow, you likely want to use some third-party libraries that were not written with Flow. By default, Flow will just ignore these libraries leaving them untyped. As a result, Flow can't give errors if you accidentally mis-use the library (nor will it be able to auto-complete the library).

To address this, Flow supports library definitions which allow you to describe the interface of a module or library separate from the implementation of that module/library.

The flow-typed repo is a collection of high-quality library definitions, tests to ensure that definitions remain high quality, and tooling to make it as easy as possible to import them into your project.

All you have to do when you add one or more new dependencies to your project is run flow-typed install. This will search the libdef repo and download all the libdefs that are relevant for your project and install them for you. After that, simply check them in and be on your way!

The CLI

The flow-typed npm package provides a CLI that includes several commands for working with this repository. The full list of commands is available in the docs .

FAQs

Before opening an issue, take a look at the FAQs. Chances are your question has already been answered! If not, don't hesitate to open an issue.

How Do I Contribute Library Definitions?

Just send a pull request! The documentation highlighted in CONTRIBUTING.md should give a detailed overview of how to raise a pull request following our best practices.

Contributing to the CLI

Bugfixes and improvements to the core CLI are welcome. If you'd like to contribute a new feature, consider opening an issue first to discuss it.

Active Maintenance Team

Andrew Smith Brian Chen Georges-Antoine Assi Pascal Duez Ville Saukkonen
@AndrewSouthpaw @Brianzchen @GAntoine @pascalduez @villesau
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].