GithubHelp home page GithubHelp logo

goadtouch's Introduction

Go Advanced Touch Program

Go Advanced Touch

A command line program to provide a quick scaffolding for a small project. Similar to advance-touch Python project

Description

The Python program advance-touch is a great program, but I wanted to create a stand-alone binary using Go that could work anywhere. Hence this project.

Installing

  • You need to have go installed. Download the repo, make the binary and put it in your path.
  • You can also rename it to something easier like ad

Usage

goadtouch topdir/{subdir/first.go,fileinsidetopdir.go} hello/anothersubdir/anotherfile.go independentdir/ independentfile

Help

	Program: Advance Touch in Golang
		 ╔════════════════╗
		 ║  Advance Touch ║
		 ║     Usage      ║
		 ╚════════════════╝
 ╭────────────────────────────────────────────────────────────────────╮
 │ $> goadtouch topdir/{subdir/first.go,fileinsidetopdir.go} \        │
 │ hello/anothersubdir/anotherfile.go independentdir/ independentfile │
 ╰────────────────────────────────────────────────────────────────────╯
 Will give us
.
├── hello
│   └── anothersubdir
│       └── anotherfile.go
├── independentdir
├── independentfile
└── topdir
    ├── fileinsidetopdir.go
    └── subdir
        └── first.go
# You can copy this file to your bin directory.
# You can also rename it to something easier like "ad"

Authors

Satish Viswanathan

Version History

  • 0.1
    • Initial Release

License

This project is licensed under the [MIT] License - see the License file for details

Acknowledgments

Inspiration from

goadtouch's People

Contributors

satishvis avatar

Watchers

 avatar

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.