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 building React + TypeScript applications

  • 0.5.0
  • Source
  • npm
  • Socket score

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

Exos CLI GitHub license npm version

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 parameters. 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 parameters, you will be prompted for the missing ones.

Note: For more information about the 🛡️Exos initiative, click here.

Getting started

Execute Exos CLI by running:

npx exos-cli

You will visualize the help information of the CLI displaying the current commands. Each command can be executed directly by calling npx exos-cli <command>, and you will be prompted with the command parameters/options.

Pro tip! Remember that you can also enter all the parameters when you run it. For example npx exos-cli init --name=MyApp --type=ReactApp.

Available commands

🐣 Init

Inits a new application scaffolding everything you need to start.

ParameterDescriptionOptions
NameApp nameN/A
TypeApp typeReactApp, Library
AuthorAuthor nameDefaults to your git user (git config --global user.name)

Usage example: npx exos-cli init --name=MyApp --type=ReactApp

🧩 Create

Creates a new entity of the specified type.

ParameterDescriptionOptions
NameEntity nameN/A
TypeEntity typeUIDomain, Component,Service
LanguageLanguage to useTypeScript, JavaScript

Usage example: npx exos-cli create --name=MyComponent --type=Component --language=TypeScript

Keywords

FAQs

Package last updated on 04 Jun 2020

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