New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cj-scripts

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cj-scripts

A React CLI for computer gangsters

  • 0.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

🖥 cj-scripts

🚧 UNDER CONSTRUCTION 🚧

A CLI for computer gangsters.

What is it?

cj-scripts is a tool for linting, formatting, testing, building, and serving (with server-side-rendering) my React projects. It's heavily inspired by Kent Dodds' kcd-scripts.

How do I use it?

  • Install it: npm i cj-scripts
  • Run some commands (probably from your package.json scripts):
    • cj-scripts start
    • cj-scripts test
    • cj-scripts build
    • cj-scripts start-prod

What does it do?

  • cj-scripts start
    • Fires up webpack-dev-server
  • cj-scripts test
    • Run jest in watch mode
  • cj-scripts build
    • Creates a /build directory full of compiled stuff
  • cj-scripts start-prod
    • Runs a Node server that server-renders the crap out of your React app

FAQs

Package last updated on 24 Mar 2018

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