Skip to content

renderGUI/dev-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo for devtools application

DevTools

CLI-based application with various development and productivity tools

Demo

gif of application

About

As a front-end developer, my web browser bookmarks are constantly cluttered with links to several workflow applications (e.g. font assets, image compressors, color palettes). DevTools fixes this issue by bundling several productivity tools into one, simple-to-use CLI application.

Originally, DevTools was intended to be nothing more than a simple text file with references to several useful tools for front-end developers. Instead, I decided to create every tool from scratch and implement them as executable commands. Built entirely with JavaScript on Node.js, DevTools offers a simple and quick way to use various tools -- all from the command line!

DevTool features several tools, including:

  • random color generator
  • decimal-to-binary converter
  • countdown timer
  • digital clock

Getting Started

Prerequisites

Make sure you have all the following prerequisites on your machine before using this application:

  • Node.js - Node.js is a server-side runtime environment that lets you run JavaScript outside a web browser, and can be downloaded here.
  • npm - By default, npm comes pre-installed with Node.js. If you already have Node.js, then chances are, you probably also have npm. To check if npm is installed on your machine, type this into the command line:
$ npm -v
  • Terminal Emulator - There's many different terminal emulators to choose from, but most machines usually already come with one. If you use VS Code as an IDE, you can use it's built-in Terminal.

Installation

  1. To get started, grab a copy of DevTools by cloning it to your local machine:
git clone https://github.com/renderGUI/dev-tools.git
  1. Install the application dependencies:
$ npm install
  1. Run the application:
$ npm start

Usage

  • RUNNING DEVTOOLS GLOBALLY - By default, DevTools will only run in the project directory. In order to execute DevTools from anywhere in the terminal emulator, type this into the command line:
$ sudo npm link

...this will ask for your password since it's a root user command. Now, DevTools can be executed from anywhere in the terminal emulator by using the devtools command.

  • CHOOSING A TOOL - To navigate through the tools, use the Up/Down arrow keys. Select a tool by hitting the Return key (Enter on Windows).
  • STOPPING THE APPLICATION - You can stop the application at any time by hitting Ctrl + C.

Version History

  • 1.0.0: Initial release.

About

CLI-based application with various development and productivity tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published