
Security News
Rspack Introduces Rslint, a TypeScript-First Linter Written in Go
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
A very simple gem package generation tool built on bundler
. Pass it a
gem file, it spits out a tarball of the generated gem
environment. Perfect for "bundle once, upload everywhere"-style
deployment.
Also comes with spitball-server
, a small sinatra app that you can run
on a dedicated build server. The spitball
command line client can then
pull packages down from said server.
Usage: spitball [options] GEMFILE ARCHIVE
options:
-h, --host HOST Get the tarball from a remote spitball server
-p, --port PORT Specify the remote server port. Default 8080
--without a,b,c Excluded groups in the tarball. Does not apply to remote spitballs
--version
environment variables:
SPITBALL_CACHE Specifies the cache dir. Defaults to /tmp/spitball-username
Lots of things are changing in bundler 1.0. We're stuck on 0.9.5 for now, but once we get to 1.0, this tool will probably work with lock files instead of gem files, for more predictable builds.
FAQs
Unknown package
We found that spitball-server demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
Security News
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.