Code Monkey home page Code Monkey logo

scripts's Introduction

Introduction

scripts is a collection of scripts that I use to automate my development workflow.

Installation

  • Clone this repository to your local machine

    git clone https://github.com/harmonify/scripts
  • Install Python 3 (tested on Python 3.9+) here

  • Add Python to your PATH

  • Add the cloned repository to your PATH, for convenience

Add a new PATH variable

Some links to community answers on how to add a new PATH variable to your local machine:

Unix further configuration

You may want to install the python-is-python3 package with the package manager of your choice to improve the compatibility of the Python scripts execution.

Usage

An example of using ginit, a script that initializes a new Git repository and adds common metadata files to it:

# without adding the `scripts/` folder to your PATH
python ginit

# with adding the `scripts/` folder to your PATH
ginit

Refer to each script, <script> --help, for more information.

Contributing

You can contribute to this project by making a pull request or opening an issue.

Author

License

This project is licensed under the MIT license. See the LICENSE file for more information.

scripts's People

Contributors

harmonify avatar

Stargazers

 avatar

Watchers

 avatar

scripts's Issues

bug: wrong directory context when executing `pylink.cmd`

Current directory context will get lost when executing pylink.cmd from another place.

Example:

# assume pylink.cmd is located on `C:/Users/harmonify/dir1`
# and the current working directory is `C:/Users/harmonify/dir2`

pylink.cmd ./file1 ./file2

# output (pylink.log)
# ... Source `C:/Users/harmonify/dir/file1` does not exist.

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.