Code Monkey home page Code Monkey logo

atlauncher-cli's Introduction

ATLauncher CLI

Build Status NPM Downloads NPM Version Issues License

This is a CLI application for ATLauncher written in NodeJS.

Features

ATLauncher CLI has the following features:

  • TBD

Requirements

ATLauncher CLI was created using NodeJS version 4.2 and as such we don't support any versions of NodeJS below version 4.2.

How to install

Run the below command to install the global application:

npm install -g atlauncher-cli

Once done you'll have access to the atlauncher command.

atlauncher --help

Command line options

You can pass in various options to the command line to modify the actions taken by the program. More details about them and what each of them do is below.

-d, --directory

This changes the working directory of the application and stores any files it reads/writes to the provided folder.

It defaults to current directory.

Testing

We use Gulp to test and lint this module. Make sure you have gulp installed globally:

npm install -g gulp

Then you can run the tests with the following command:

gulp test

You can also run the linting process to test all the files for valid syntax and best practices:

gulp style

If you wish to always have the process running in the background so you can spot any issues as you write/modify the code, you can use the watch gulp command:

gulp watch

Help/Support

If you have any issues/questions/suggestions, please make an issue here

License

This work is licensed under the GNU General Public License v3.0. To view a copy of this license, visit http://www.gnu.org/licenses/gpl-3.0.txt.

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.