A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
Object detection model (coco-ssd) in TensorFlow.js
For ruby and ruby on rails
Ruby SemVer in TypeScript.
Convention over configuration for using Vite in Ruby apps
Like ruby's abbrev module, but in js
Unfancy CoffeeScript
Ruby grammar for tree-sitter
prettier plugin for the Ruby programming language
WebSocket framework for Ruby on Rails.
bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.
JavaScript client for graphql-ruby
realistic password strength estimation
Convention over configuration for using Vite in Rails apps
zero-effort git commits with coco.
A Stimulus Wrapper for Flatpickr library
SLIGHTNING 的 CoCo 控件框架。
Provide I18n to your React Native application
Prism Ruby parser
A pure JavaScript implementation of Sass.
## Installation
Ruby on Rails unobtrusive scripting adapter
A lightweight Sass tool set.
Compass stylesheets
Ruby Coco is a bridge to the JS Coco compiler.
Coco is a CoffeeScript dialect that aims to be more radical and practical.
"Code coverage tool for ruby 2.0 to 2.3. Simply "require 'coco'" from rspec or unit/test. Build simple html report. Report sources that have no tests. Configurable if you need to.
The LL(k) Interpreted Parser (llip) is an automated tool to easily create an LL(k) parser and the related scanner without the need of generating anything. Everything is done on the fly through a simple DSL. == A Little comparrison against other tools Tools like JavaCC, ANTLR, Coco/R and others use an external description file which they compile into the destination code. This file it's usually written using a complex product related language. Using Ruby metaprogramming, a parser generator can go one step further. In fact, the llip gem gives you the possibility to write a parser writing only Ruby code.