Displaying 1 to 20 from 35 results

aglio - An API Blueprint renderer with theme support that outputs static HTML

  •    CoffeeScript

An API Blueprint renderer that supports multiple themes and outputs static HTML that can be served by any web host. API Blueprint is a Markdown-based document format that lets you write API descriptions and documentation in a simple and straightforward way. Currently supported is API Blueprint format 1A. Example output is generated from the example API Blueprint using the default Olio theme.

redux-cli - An opinionated CLI for building redux/react apps quicker

  •    Javascript

There is an init subcommand for you to specify all paths to where components live in your project. The init command just creates a .blueprintrc in your project root. If you want to you can just create the .blueprintrc manually. Note on configuration: This project tries to walk on a fine line between convention and configuration. Since the majority of React applications will separate their smart/dumb components if you pass in those paths you'll get those generators for free. However, some of the other generators might not write files to the exact paths that you use for your project. It's easy to override the CLI generators with your own so that the generators will write files to the correct location. See: creating custom blueprints.

flask-empty - An empty project skeleton / boilerplate for flask projects. Powered by CookieCutter.

  •    Python

Flask-Empty is a simple flask boilerplate for fast prototyping. Just use cookiecutter and create a new project in no time. Create a virtual environment for you project and install the adequate requirements.




Silverlight Blueprint for SharePoint

  •    Silverlight

Last Updated: June 6, 2008

Orchard Blueprint Theme

  •    

Orchard BluePrint is a project that provides a WYSIWYG reference implementation of a Orchard theme to help designers get started with theme design. Original creator and designer Beatriz Oliveira, Bind (http://www.bind.pt)

DotNetNuke Blueprint

  •    

DotNetNuke BluePrint is a project that provides a WYSIWYG reference implementation of a DotNetNuke skin to help designers get started with skin design. Original creator and designer Beatriz Oliveira, Bind (http://www.bind.pt)

Microsoft Blueprints Contrib

  •    

Community Contributions to the Microsoft Blueprints platform


VoxelPlugin - Voxel plugin for Unreal Engine

  •    C++

voxel plugin™ allows to create fully volumetric, entirely destructible, infinite worlds in Unreal Engine. It is compatible with 4.18 and 4.19. You can get a precompiled version of the plugin on Gumroad and Sellfy.

android-mvp-interactor-architecture - Extension of the android-mvp-architecture for very large projects

  •    Java

This repository is an extension of the android-mvp-architecture. It breaks the DataManager into Interactors and DbHelper into Repositories. These changes makes it fit for very large projects, for smaller projects the above mentioned repository is better. This is a boilerplate project aimed to help bootstrap new Android MVP Applications. Feel free to fork this application or use AndroidStarters to create new app using this boilerplate.

color-preset - Color preset for PostCSS and Sass developers.

  •    CSS

Color preset for PostCSS and Sass developers.Directly import it in Sass or use postcss-import and postcss-simple-vars to work with PostCSS.

sails-ember-blueprints - Ember Data compatible blueprints for Sails v0.10

  •    Javascript

ISSUES for this project should also be filed on the sails-generate-ember-blueprints project linked above. Since version v0.10 Sails supports overriding the default blueprints, which gives us a remarkable flexibility in making Sails work together with a variety of clients and frontend libraries.

sails-generate-ember-blueprints - Generate Ember Data DS.RESTAdapter compatible blueprints

  •    Javascript

Warning: this repository is no longer actively maintained. It has been superceded by sails-ember-rest. Please file all issues and pull requests under sails-ember-rest. Sails supports overriding the default blueprints, which gives us a remarkable flexibility in making Sails work together with a variety of clients and frontend libraries.

curl-trace-parser - Parser for output from Curl --trace option

  •    Javascript

Did you know that you can record raw HTTP communication of Curl command-line tool with the --trace and --trace-ascii option? It's the only way I know to get raw HTTP communication without using the tcpdump or wireshark. For example, this trick is very useful for the proper introspection into HTTP communication of an undocumented RESTful API. The only glitch is that cURL --trace saves data in its custom format, far from human-friendly, saving chunks as they are being received and splitting them by packets. If you want a human readable form then this parser is what you need. Delivered as a Node.js package.

swagger2blueprint - Convert Swagger API descriptions into API Blueprint

  •    Javascript

Converts a Swagger API description into the API Blueprint format. It is built on the Fury.js API description library. Currently supported is Swagger version 2.0. If you would like to convert a Swagger 1.2 document, please first use swagger-converter.

account-json-api - REST-API Blueprint for all things user accounts and sesions

  •    API

This is a JSON API v1.0 compliant specification for a generic REST API for all things user accounts. The account-json-api is currently being implemented by Hoodie in the hoodie-server-account module.

layout - Organize and layout items based on various algorithms

  •    Javascript

Items can be added via addItem which are required to have a height and width. Any additional info should be stored inside of meta. export is how you take your items and organize them.

hercule - :recycle: Simple document transclusion, ideal for Markdown documents

  •    Javascript

Write large markdown documents, including API Blueprint, while keeping things DRY (don't repeat yourself). Hercule is a command-line tool and library for transcluding markdown, API Blueprint, and plain text. This allows complex and repetitive documents to be written as smaller logical documents, for improved consistency, reuse, and separation of concerns.

bluth - Validates payloads against a specified JSON Schema within your API Blueprint

  •    Javascript

A lightweight promise-based library to validate payloads against a specified JSON Schema within your API Blueprint. It encourages developers to utilise their API blueprint as a 'source of truth', creating synergy between documentation and source code. This ultimately improves quality and developer-experience for those using the API.