Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

exos-cli

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exos-cli

CLI tool for React projects

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-82.61%
Maintainers
1
Weekly downloads
 
Created
Source

Exos CLI

Exos CLI is a command line interface tool for React projects.

It supports the following modes:

  1. Fully interactive: simply execute the command and you will be prompted to enter the command's options. Ideal to familiarize with the tool.
  2. Fully automated: execute the command passing all the parameters and their values. Ideal for automation (and machines).
  3. Mixed mode: You can pass by some arguments and you will be prompted for the missing ones.

Pro tip: use the --help option to visualize all commands and their options.

Getting started

Execute Exos CLI by running:

npx exos-cli

You will visualize the help information of the CLI displaying the current commands.

Components

Create commant

Creates a new entity of the specified type.

ParameterDescriptionOptions
NameEntity nameN/A
TypeEntity typeComponent
LanguageLanguage to useTypeScript, JavaScript

Usage:

Fully interactive:

npx exos-cli create

Fully automated:

npx exos-cli create --name="ProductList" --type="Component" --language="TypeScript"

Mixed mode:

npx exos-cli create --name="ProductList"

Keywords

FAQs

Package last updated on 25 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc