Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

dictator-react-boilerplate

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dictator-react-boilerplate

[![NPM](https://img.shields.io/npm/v/dictator-react-boilerplate.svg?style=flat-square)](https://www.npmjs.com/package/dictator-react-boilerplate) [![Build Status](https://travis-ci.org/tomasbjerre/dictator-react-boilerplate.svg?branch=master)](https://tra

latest
Source
npmnpm
Version
0.0.12
Version published
Maintainers
1
Created
Source

dictator-react-boilerplate

NPM Build Status

This is react-boilerplate packaged as a dictator.

Usage

Example usage here.

Node

You can let it dictate your source repository by adding it to package.json like:

{
  "scripts": {
    "prepare": "dictator-react-boilerplate"
  },
  "devDependencies": {
    "dictator-react-boilerplate": "a.b.c"
  }
}

And adjust what files you want dictated by the dictator by adding a .dictatorconfig.json perhaps like:

{
  "ignore": [
    "/README.md",
    "/.github",
    "/app",
    "/package.json",
    "/package-lock.json",
    "/Changelod.md"
  ]
}

Keywords

dictator

FAQs

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