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

exos-scripts

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exos-scripts

Set of out-of-the-box extensible scripts that helps you with the lifecycle of your React + TypeScript applications

  • 0.3.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
28
increased by2700%
Maintainers
1
Weekly downloads
 
Created
Source

Exos Scripts GitHub license npm version

This project contains a set of out-of-the-box extensible scripts that helps you with the lifecycle of your React + TypeScript applications. It is heavily inspired in Facebook' Create React App plugin.

It contains the following built-in features:

  • exos-scripts start: A ready-to-be-used development experience as similar to production as it could be.
  • exos-scripts build: A build script for web applications, configured and optimized to provide the best performance.
  • exos-scripts test: A unit testing framework and coverage already configured for you (Jest).
  • exos-scriptsn lint: a static analyzer tool configured with the best practices for development with React, TypeScript, ESLint and Prettier.

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

Getting started

To use it in your projects, first install exos-scripts in your package by running:

npm i -D exos-scripts

Then, update your package.json with the following:

{
  "name": "Your App",
  "version": "0.0.1",
  ...
  "scripts": {
    "lint": "exos-scripts lint",
    "test": "exos-scripts test",
    "start": "exos-scripts start",
    "build": "exos-scripts build"
  },
}

🚀!

FAQs

Package last updated on 13 Apr 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