📦 Opinionated NPM publish program
A registry of TypeScript declaration file packages published within the @types scope.
Publish a package if the current version isn't already published.
Published
ESLint’s official `compact` formatter, unofficially published as a standalone module
ESLint’s official `junit` formatter, unofficially published as a standalone module
GitBook Plugin to hide Published with...
Published version of @shadcn/ui
[![NPM Published Version][npm-img]][npm-url] [![Apache License][license-image]][license-image]
Code-generated and Auto-published Telegram Bot API types
A published package of https://github.com/babel/babel-loader/blob/master/src/fs-cache.js
ESLint’s official `stylish` formatter, unofficially published as a standalone module
ESLint’s official `unix` formatter, unofficially published as a standalone module
Programmatically deprecate your NPM published packages
A package that never is published beyond v2.0.0
ESLint’s official `checkstyle` formatter, unofficially published as a standalone module
List all files which would be published in a package.
Validate a package's reproducibility against it's published repository information.
ktlint, conveniently published to npm registry
ESLint’s official `visualstudio` formatter, unofficially published as a standalone module
ESLint’s official `json` formatter, unofficially published as a standalone module
Published package containing a bundle of deployed abis and addresses for the Zora Protocol.
Typings for Vencord's api, published to npm
Published as `@ticketboothapp/booking` (see `package.json`).
A tool to manage publishing Parity's crates
Rust bindings for the Listen Notes Podcast API
Proc-macro utility to populate enums from database data
Proc-macro utility to populate enums from database data (shared traits)
Auto Publish Cargo with Github Action
Tool to publish all packages
Actix-web extension for negrdo-standard-messaging — gateway injection, trace propagation and subscription lifecycle
Easy-to-use RabbitMQ library for Rust
A unified version management and changelog tool for multi-language projects
CLI interface and commands for changepacks
Core types and traits for changepacks workspace and package management
C# (.NET) project support for changepacks (NuGet)
Acts as published beahviour for active record models.
is_published rubygem adds .published scope to ruby class, more information about gem installation/usage in Github Homepage
A DataMapper plugin that provides an easy way to add different states to your models.
Adds a boolean published field to taxonomies so that you can decide which taxonomies to display
= dm-is-published This plugin makes it very easy to add different states to your models, like 'draft' vs 'live'. By default it also adds validations of the field value. Originally inspired by the Rails plugin +acts_as_publishable+ by <b>fr.ivolo.us</b>. == Installation # Add GitHub to your RubyGems sources $ gem sources -a http://gems.github.com $ (sudo)? gem install kematzy-dm-is-published <b>NB! Depends upon the whole DataMapper suite being installed, and has ONLY been tested with DM 0.10.0 (next branch).</b> == Getting Started First of all, for a better understanding of this gem, make sure you study the '<tt>dm-is-published/spec/integration/published_spec.rb</tt>' file. ---- Require +dm-is-published+ in your app. require 'dm-core' # must be required first require 'dm-is-published' Lets say we have an Article class, and each Article can have a current state, ie: whether it's Live, Draft or an Obituary awaiting the death of someone famous (real or rumored) class Article include DataMapper::Resource property :id, Serial property :title, String ...<snip> is :published end Once you have your Article model we can create our Articles just as normal Article.create(:title => 'Example 1') The instance of <tt>Article.get(1)</tt> now has the following things for free: * a <tt>:publish_status</tt> attribute with the value <tt>'live'</tt>. Default choices are <tt>[ :live, :draft, :hidden ]</tt>. * <tt>:is_live?, :is_draft? or :is_hidden?</tt> methods that returns true/false based upon the state. * <tt>:save_as_live</tt>, <tt>:save_as_draft</tt> or <tt>:save_as_hidden</tt> converts the instance to the state and saves it. * <tt>:publishable?</tt> method that returns true for models where <tt>is :published </tt> has been declared, but <b>false</b> for those where it has not been declared. The Article class also gets a bit of new functionality: Article.all(:draft) => finds all Articles with :publish_status = :draft Article.all(:draft, :author => @author_joe ) => finds all Articles with :publish_status = :draft and author == Joe Todo Need to write more documentation here.. == Usage Scenarios In a Blog/Publishing scenario you could use it like this: class Article ...<snip>... is :published :live, :draft, :hidden end Whereas in another scenario - like in a MenuItem model for a Restaurant - you could use it like this: class MenuItem ...<snip>... is :published :on, :off # the item is either on the menu or not end == RTFM As I said above, for a better understanding of this gem/plugin, make sure you study the '<tt>dm-is-published/spec/integration/published_spec.rb</tt>' file. == Errors / Bugs If something is not behaving intuitively, it is a bug, and should be reported. Report it here: http://github.com/kematzy/dm-is-published/issues == Credits Copyright (c) 2009-07-11 [kematzy gmail com] Loosely based on the ActsAsPublishable plugin by [http://fr.ivolo.us/posts/acts-as-publishable] == Licence Released under the MIT license.
A fast, open source text processor and publishing toolchain for converting AsciiDoc content to HTML 5, DocBook 5, and other formats.
A micro library providing objects with Publish-Subscribe capabilities. Both synchronous (in-process) and asynchronous (out-of-process) subscriptions are supported. Check out the Wiki for articles, guides and examples: https://github.com/krisleech/wisper/wiki
Runs a thread inside your Sidekiq processes to report metrics to CloudWatch useful for autoscaling and keeping an eye on your queues. Optimised for Sidekiq Enterprise with leader election, but works everywhere!
Async publishing for Wisper using Sidekiq
Awestruct is a static site baking and publishing tool. It supports an extensive list of both templating and markup languages via Tilt (Haml, Slim, AsciiDoc, Markdown, Sass via Compass, etc), provides mobile-first layout and styling via Bootstrap or Foundation, offers a variety of deployment options (rsync, git, S3), handles site optimizations (minification, compression, cache busting), includes built-in extensions such as blog post management and is highly extensible.
Publish and subscribe rabbitMQ messages
Async publishing for Wisper using Resque
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.