Skip to content

briandong/newScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

New Script (for Python/Ruby)

[TOC]

Introduction

These simple scripts help create executable python/ruby script, along with the supporting unit test script and Makefile/Rakefile.

The ideas of these scripts are from:

  • "The Hitchhiker’s Guide to Python" by Hitchhiker (https://docs.python-guide.org/)
  • "Practical Ruby for System Administration" by Andre Ben Hamou (the book)

Usage

python:

python newScript.py -d <TARGET_DIR>

ruby:

ruby newScript.rb <SCRIPT_NAME>

Help

python:

python newScript.py -h

About

This simple script helps create an executable ruby script, along with the supporting unit test script and Rakefile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published