Project

appifier

0.0
No release in over a year
Appifier : Applications templating and management tools
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 12.0
~> 5.0
~> 3.0
~> 1.32
~> 1.1
~> 0.9.27

Runtime

~> 2.0.9
~> 1.12
~> 0.1.2
~> 1.2
~> 1.0
~> 0.1.1
~> 0.7.0
~> 0.23.1
~> 0.4.0
 Project Readme

Appifier

Appifier : Applications templating and management tools

GitHub

Documentation GitHub issues GitHub tag (latest by date) GitHub top language GitHub milestones

Gem Gem Version Twitter Follow GitHub Org's stars GitHub watchers

Donate using Liberapay

Sc4ry logo Applications templating and management tools

Installation

$ gem install appifier

Usage

Appifier : Manage your applications templates, build, deploy, publish any type of application (CLI, web, etc...) in any languages with any facilities.

Process

Appifier process

Simple usecase

Retrieve a template from repository

$ appifier retrieve https://github.com/AppifierTemplates/sinatra_template_appifier.git

Collect and generate the application from template

You can build the application wherever you want. You need to populate your datasets in order to generate the application with good values.

$ appifier generate sinatra_template_appifier .
⚠ Dataset file not found for sinatra_template_appifier
Do you want to collect dataset interactively ? Yes
ℹ Beginning interactive Dataset input for sinatra_template_appifier
Give application name :  (Application)

Functionalities

TEMPLATE

Retrieve a template from repository

$ appifier retrieve https://github.com/AppifierTemplates/sinatra_template_appifier.git

Retrieve a template from archive

$ appifier retrieve -t archive sinatra_template_appifier.tgz

Collect datasets for a template

$ appifier collect sinatra_template_appifier
ℹ Beginning interactive Dataset input for sinatra_template_appifier
Give application name :  Application
Give application namespace :  Namespace
ℹ Dataset recorded for sinatra_template_appifier

Generate application from template

$ appifier generate sinatra_template_appifier

List all templates

$ appifier templates ls

Show a template

$ appifier templates show sinatra_template_appifier

Delete a template

$ appifier templates rm sinatra_template_appifier

Lint a template

$ appifier templates lint sinatra_template_appifier

Display tree view of a template

$ appifier templates treeview sinatra_template_appifier

DATASETS

Show a dataset

$ appifier datasets show sinatra_template_appifier

List all datasets

$ appifier datasets ls

Edit a dataset

VIM is the default editor. If you want a specific editor you can export the EDITOR environment variable with the launch command of your editor.

$ appifier datasets edit sinatra_template_appifier

Update a dataset

You can modify the data you want interactively.

$ appifier datasets update sinatra_template_appifier

Delete a dataset

$ appifier datasets rm sinatra_template_appifier

Delete orphans datasets

$ appifier datasets prune

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Ultragreen/appifier.

License

The gem is available as open source under the terms of the MIT License.