## Project setup ``` yarn install ```
API para desenvolvimento de mini-apps Ame
Biblioteca de componentes para construção de miniapps ame
Temporarily substitute tokens in the given `string` with placeholders, then put them back after transforming the string.
Biblioteca client para instalação em mini-web-apps da Ame
Biblioteca de componentes para construção de miniapps web
Command Line Interface to make "mini app" with love.
This is a repository for simple integration of MDC Components into the Aurelia Custom elements.
Fast, expressive styling for React.
Improve the debugging experience and add server-side rendering support to styled-components
Biblioteca client para instalação em mini-web-apps da Ame
React component to render markdown
A lightweight toolset for writing styles in Javascript.
styled() API wrapper package for emotion.
A library of styleable components built using React Aria
React components and hooks for the Google Maps JavaScript API
TypeScript definitions for styled-components
Components auto importing for Vue
Ame Javascript SDK
A collection of escape hatches for React.
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
Ame UI is a lightweight React component library that helps developers quickly build Onchain applications and AI Agent interaction interfaces.
Jest utilities for Styled Components
Full CSS support for JSX without compromises
Repository for generic common code in Watermark Community Church applications
# Footman This gem is still growing. ## Installation Depends upon having reprepro tool installed (if debian based) or createrepo installed (if red hat based). Ruby 1.9.+ is required to use this gem. 'createrepo' (rpm) tool does not require any pre-setup to the repository or watched directory. - - - 'reprepro' (deb) tool requires pre-setup. The repository directory for deb files must contain: <pre><code> conf/ conf/distributions conf/options conf/override.precise </pre></code> options file is empty, but needed to make reprepro happy distributions file will contain: <pre><code>Origin: Tyler Label: Tyler's Personal Debs Codename: precise Architectures: i386 amd64 source lpia Components: main Description: Tylers Personal Debian Repository DebOverride: override.precise DscOverride: override.precise Origin: Tyler Label: Tyler's Personal Debs Codename: lenny Architectures: i386 amd64 source lpia Components: main Description: Tylers Personal Debian Repository DebOverride: override.lenny DscOverride: override.lenny </code></pre> Note that the code name is for each distribution repository you support. for each distribtuion repository you support there must be an override file. override file can be left empty, footman will fill it out when a new package is added. The watched directory must have sub directorys named after each of the distribution repositories you support. For example my watched directory at /path/ will have two subdirectories: <pre><code>/path/lenny/ /path/precise/</code></pre> Packages must be dropped into the subdirectory that corrosponds with the distribution they were built on. - - - Add this line to your application's Gemfile: gem 'footman' And then execute: $ bundle Or install it yourself as: $ gem install footman Or locally: $ gem build footman.gemspec $ gem install footman --local ## Usage footman path/to/watch path/to/repo ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request