Code Monkey home page Code Monkey logo

pew's Introduction

Hi there ๐Ÿ‘‹ I'm Vlad

GitHub followers

I mostly do Ruby and Rails stuff. I really love experimenting with new things as well.

Here are some of my pet projects:

Project Description
๐Ÿ‡ฌ๐Ÿ‡ท Greek ABC
Gem
A gem for Greek alphabet, made just for fun (YARD, RSpec, RBS, CI)
๐Ÿ“” Kod.one
Share your code snippets with no unnecessary garbage (Docker, Postgres, Rails 7, Ruby 3, React 18, react-redux, react-router)
๐Ÿ—‚๏ธ Sakila on Rails Rails application based on Sakila Database (Postgres, scenic/fx, Hotwire, Phlex views)
๐Ÿ”‘ Volatile.wtf Key-Value storage
Gem
DEPRECATED โ€ข An API wrapper for https://volatile.wtf key-value storage

My tech cloud

Ruby Rails JavaScript Docker Postgres ElasticSearch Redis Git AWS DigitalOcean Nginx Ubuntu macOS

Social

LinkedIn

pew's People

Watchers

 avatar

pew's Issues

Wrong Pewfile is used for commands

This piece of code:

Dir.glob(File.join(File.expand_path('~/**'), 'Pewfile'))

doesn't work correctly.

Pew is looking for a Pewfile from the furthest (home dir.) to the closest (current dir.), but it should be working the opposite way.

Support variables

Example:

require 'yaml'

yml = <<-EOF
fvar: &fvar 42
zar: *fvar
EOF

YAML.load(yml).tap { aliases = true }

Difficulty: YAML doesn't support anchors interpolation (like hello *world, where world is &world)

One-liners fail to be executed

Pewfile content:

var: 42

pew var output:

Traceback (most recent call last):
        5: from /usr/local/bin/pew:115:in `<main>'
        4: from /usr/local/bin/pew:115:in `new'
        3: from /usr/local/bin/pew:96:in `initialize'
        2: from /usr/local/bin/pew:96:in `new'
        1: from /usr/local/bin/pew:78:in `initialize'
/usr/local/bin/pew:83:in `execute': undefined method `each' for 42:Integer (NoMethodError)

Add task generator

Command line interface for creating new tasks. Then write it to Pewfile.

$ pew add rc
Enter task "rc" description > Some text here ... 
Enter task "rc" commands > command1; command2 

Requires #5 to be done

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.