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

@iteam/supreme

Package Overview
Dependencies
Maintainers
7
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iteam/supreme

A CLI tool that helps you get up an running fast

  • 1.10.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
increased by200%
Maintainers
7
Weekly downloads
 
Created
Source

Iteam Supreme

npm (scoped) Build Status Test Coverage Maintainability

Use this tool to get up and running fast with configs and more in your project. The tool currently supports creating React apps (using create-react-app) and ReasonReact apps. It can also create some basic configs in your project.

Built with ❤️ by @Jimjardland and @believer.

Documentation: https://iteam1337.github.io/supreme/

Installation

npx @iteam/supreme

or

npm install -g @iteam/supreme

After that you'll have supreme as a global command to use in a repository of your choice.

Commands

init

  • Initialize empty Git repository and add a .gitignore
  • Install prettier and create config
  • Install jest
  • Install husky and configure for pretty-quick
  • Create a .nvmrc with the current Node version
  • Create a config.js with example and an empty config.json (uses @iteam/config)

add <command>

Add one of the configs/packages created by init. Valid commands are

export type Command =
  | 'config'
  | 'gitignore'
  | 'git'
  | 'husky'
  | 'jest'
  | 'nvm'
  | 'nvmrc'
  | 'prettier'

react <name> [flags]

Create a React app using create-react-app with the provided name.

Supported flags:

  • --typescript - create a Typescript React app

reason <name>

Note: To use this command you will need BuckleScript and Reason which can be installed using npm i -g bs-platform.

Create a ReasonReact app using bsb, from bs-platform, and customize the app with our preferred defaults.

FAQs

Package last updated on 04 Sep 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