Coder Social home page Coder Social logo

scripts's Introduction

Scripts

GitHub Action CI status

Command-line interface applications written using Node.js. This project is setup in a way for easy extension. After setup add a new custom script by adding a new file to the commands/ directory. Then reference that command from the terminal by the unique filename you gave it. (cast customscript)

Getting started

This setup will clone the project, install dependencies, and create a link to the custom scripts.

  1. Save the project to your GitHub account (click here).
  2. Clone the project locally using git clone.
  3. Install project dependencies via npm install.
  4. Setup the primary binary via npm link or sudo npm link.
  5. Run any command via cast mycommand.

How to keep in sync

This project is in active development, so new scripts are routinely added. To receive these updates you'll need to setup a remote reference and pull changes down occasionally.

git remote add upstream https://github.com/wurde/scripts.git
git pull upstream master

Vision

There is a vision that guides development. Learn more in VISION.md.

Roadmap

For details on planned features and progress refer to the Trello Board.

License

Scripts is released under the MIT License.

scripts's People

Contributors

wurde avatar mosessupposes avatar angeltorgon avatar g3ram 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.