Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

palco

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

palco

  • 1.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Palco

Introduction

Palco is the Italian word means stage and it's supposed to be a Sinatra based application skelethon generator.

The idea is just to have a basic script to automate what I did everytime I need to start a new Sinatra project. Nothing but a simple template creator for my pourposes... opensourced just in case someelse need it.

Installation

To install palco you can use gem command to fetch the code from rubygems.

gem install palco

This way you have a script named palco you can use it to barely generate your Sinatra application skelethon.

Usage

Using palco to generate Sinatra extensions:

palco -e my_great_extention

You can also create a Sinatra basic application skeleton in order to fire rackup and start working:

palco -a my_app

And if you don't like your work... just destroy it (even a rm command is working here):

palco -D my_app

FAQs

Package last updated on 30 Mar 2012

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc