Coder Social home page Coder Social logo

lolauriss / breathecode-cli Goto Github PK

View Code? Open in Web Editor NEW

This project forked from breatheco-de/breathecode-cli

0.0 1.0 0.0 1.18 MB

Command Line Interface for BreatheCode Students

Home Page: https://breathecode-cli.breathecode.now.sh

JavaScript 98.62% HTML 1.33% Batchfile 0.05%

breathecode-cli's Introduction

Version Build Status Downloads/week License

BreatheCode-Cli

Command Line Interface for BreatheCode students:

Table of contents

Install

Make sure you have node 8+

$ node -v

With npm:

$ npm install -g breathecode-cli

OR with yarn:

$ yarn global add breathecode-cli

Usage

$ npm install -g breathecode-cli
$ breathecode COMMAND
running command...
$ breathecode (-v|--version|version)
breathecode-cli/1.1.41 linux-x64 node-v10.15.3
$ breathecode --help [COMMAND]
USAGE
  $ breathecode COMMAND
...

Commands

app:all

Small apps to help developers

USAGE
  $ breathecode app:all

See code: src/commands/app/all.js

app:get-todos

Reads your code looking for //TODO: comments

USAGE
  $ breathecode app:get-todos

OPTIONS
  -l, --log                              log scaned files on the console
  -t, --type=js|jsx|scss|css|md|html|py  [default: js] file extensions to look for

See code: src/commands/app/get-todos.js

help [COMMAND]

display help for breathecode

USAGE
  $ breathecode help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

run:exercises

Runs a small server with all the exercise instructions

USAGE
  $ breathecode run:exercises

OPTIONS
  -h, --host=host  [default: localhost] server host
  -o, --output     show build output on console
  -p, --port=port  [default: 8080] server port

See code: src/commands/run/exercises.js

run:server

Runs a dummy server without any configuration

USAGE
  $ breathecode run:server

OPTIONS
  -c, --compiler=compiler  compiler type: react, vanillajs, etc.
  -e, --entry=entry        entry file path for the server
  -h, --host=host          [default: localhost] server host
  -p, --port=port          [default: 8080] server port

See code: src/commands/run/server.js

start:all

A collection of boilerplates to start new projects

USAGE
  $ breathecode start:all

See code: src/commands/start/all.js

start:django

Start a new django project or exercise

USAGE
  $ breathecode start:django

See code: src/commands/start/django.js

start:django-project

Start a new Django+REST project

USAGE
  $ breathecode start:django-project

See code: src/commands/start/django-project.js

start:django-project

Start a new Django+REST project

USAGE
  $ breathecode start:django-project

See code: src/commands/start/django-project.js

start:exercises

Initialize the boilerplate for creating exercises

USAGE
  $ breathecode start:exercises

OPTIONS
  -c, --compiler=compiler  specify what compiler you want: [react, vanilajs]

See code: src/commands/start/exercises.js

start:flux

Start a new flux project or exercise

USAGE
  $ breathecode start:flux

See code: src/commands/start/flux.js

start:flux-project

Start a new React+Flux project

USAGE
  $ breathecode start:flux-project

OPTIONS
  -m, --mode=mode  install a particular branch or version for the boilerplate
  -n, --name=name  [default: hello-rigo] app name
  -r, --root       install on the root directory

See code: src/commands/start/flux-project.js

start:flux-project

Start a new React+Flux project

USAGE
  $ breathecode start:flux-project

OPTIONS
  -m, --mode=mode  install a particular branch or version for the boilerplate
  -n, --name=name  [default: hello-rigo] app name
  -r, --root       install on the root directory

See code: src/commands/start/flux-project.js

start:react

Start a new react project or exercise

USAGE
  $ breathecode start:react

See code: src/commands/start/react.js

start:react-exercises

Start a new react project

USAGE
  $ breathecode start:react-exercises

OPTIONS
  -m, --mode=mode  install a particular branch or version for the boilerplate
  -n, --name=name  [default: hello-rigo] app name
  -r, --root       install on the root directory

See code: src/commands/start/react-exercises.js

start:react-project

Start a new react project

USAGE
  $ breathecode start:react-project

OPTIONS
  -m, --mode=mode  install a particular branch or version for the boilerplate
  -n, --name=name  [default: hello-rigo] app name
  -r, --root       install on the root directory

See code: src/commands/start/react-project.js

start:react-webapp

Start a new react project

USAGE
  $ breathecode start:react-webapp

OPTIONS
  -m, --mode=mode  install a particular branch or version for the boilerplate
  -n, --name=name  [default: hello-rigo] app name
  -r, --root       install on the root directory

See code: src/commands/start/react-webapp.js

start:react-exercises

Start a new react project

USAGE
  $ breathecode start:react-exercises

OPTIONS
  -m, --mode=mode  install a particular branch or version for the boilerplate
  -n, --name=name  [default: hello-rigo] app name
  -r, --root       install on the root directory

See code: src/commands/start/react-exercises.js

start:react-project

Start a new react project

USAGE
  $ breathecode start:react-project

OPTIONS
  -m, --mode=mode  install a particular branch or version for the boilerplate
  -n, --name=name  [default: hello-rigo] app name
  -r, --root       install on the root directory

See code: src/commands/start/react-project.js

start:react-webapp

Start a new react project

USAGE
  $ breathecode start:react-webapp

OPTIONS
  -m, --mode=mode  install a particular branch or version for the boilerplate
  -n, --name=name  [default: hello-rigo] app name
  -r, --root       install on the root directory

See code: src/commands/start/react-webapp.js

start:vanillajs

Start a new vanillajs project or exercise

USAGE
  $ breathecode start:vanillajs

See code: src/commands/start/vanillajs.js

start:vanillajs-project

Start a new Vanilla.js project

USAGE
  $ breathecode start:vanillajs-project

OPTIONS
  -m, --mode=mode  install a particular branch or version for the boilerplate
  -n, --name=name  [default: hello-rigo] app name
  -r, --root       install on the root directory

See code: src/commands/start/vanillajs-project.js

start:vanillajs-project

Start a new Vanilla.js project

USAGE
  $ breathecode start:vanillajs-project

OPTIONS
  -m, --mode=mode  install a particular branch or version for the boilerplate
  -n, --name=name  [default: hello-rigo] app name
  -r, --root       install on the root directory

See code: src/commands/start/vanillajs-project.js

start:wordpress

Start a new wordpress project or exercise

USAGE
  $ breathecode start:wordpress

See code: src/commands/start/wordpress.js

start:wordpress-project

Start a new wordpress project

USAGE
  $ breathecode start:wordpress-project

OPTIONS
  -m, --mode=mode  install a particular branch or version for the boilerplate
  -n, --name=name  [default: hello-rigo] app name
  -r, --root       install on the root directory

See code: src/commands/start/wordpress-project.js

start:wordpress-project

Start a new wordpress project

USAGE
  $ breathecode start:wordpress-project

OPTIONS
  -m, --mode=mode  install a particular branch or version for the boilerplate
  -n, --name=name  [default: hello-rigo] app name
  -r, --root       install on the root directory

See code: src/commands/start/wordpress-project.js

test:exercise

Run a particular exercise in the browser

USAGE
  $ breathecode test:exercise

OPTIONS
  -n, --number=number  number of the exercise

See code: src/commands/test/exercise.js

breathecode-cli's People

Contributors

alesanchezr avatar pandahacker avatar emily-v avatar

Watchers

James Cloos 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.