Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Symfony Console Form | 360 | 22 | 7 | 9 months ago | 33 | August 19, 2022 | 4 | mit | PHP | |
Use Symfony forms for Console command input | ||||||||||
Fui | 272 | 1 | a year ago | 9 | June 10, 2022 | 1 | mit | Rust | ||
Add CLI & form interface to your program. Docs: https://docs.rs/fui | ||||||||||
Agda Mode Vscode | 148 | 15 days ago | 37 | mit | ReScript | |||||
agda-mode on VS Code | ||||||||||
Uibooster | 90 | 21 days ago | 5 | gpl-3.0 | Java | |||||
🚀 Creates fast and easy dialogs for utility tools | ||||||||||
Angular Reactive Forms Validate Submit | 84 | 4 years ago | 10 | TypeScript | ||||||
React Progress Form | 77 | 6 years ago | 1 | JavaScript | ||||||
Progress Form Example with React | ||||||||||
Angular Forms Example | 75 | 5 years ago | 2 | TypeScript | ||||||
Real world reactive form example | ||||||||||
Ember Cli Form Data | 61 | 20 | 2 years ago | 19 | November 30, 2021 | 25 | mit | JavaScript | ||
Ember CLI addon that adds FormData file uploads to Ember Data | ||||||||||
Rff Cli Example | 44 | 4 years ago | 2 | May 03, 2019 | 1 | JavaScript | ||||
An example of how to use 🏁 React Final Form in a CLI application with Ink | ||||||||||
Nba Team App | 41 | 4 years ago | 2 | TypeScript | ||||||
Demo app to show how to use nested reactive forms in Angular |
A simple tool to check your site for broken links, media, iframes, stylesheets, scripts, forms or metadata. Will also test for images over 500kb.
npm install -g poke-site
poke <url>
where Usage: poke [options] <url>
Options:
-V, --version output the version number
-r, --retry [value] broken links are retried with new hostname
-s, --shallow do not check pages rooted outside of provided url
-m, --max-img-size [value] looks for images that are over this size in kb. Defaults to 500
-q, --quiet Supress warnings and loading messages(for ci)
-m, --method [head|post] HTTP method used to check links, defaults to head
--skip-images Skip the image checks
--skip-duplicates Skip the duplicate page checks
-h, --help output usage information
Sample Output
Usually you should run with the --shallow
option, otherwise you might get into checking for broken links in twitter or another external site, which you may not want!
MIT