1.0.2 • Published 6 years ago

dont-create-react-app v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Don't Create React App

Don't create React apps with no build configuration.

Don't Create React App works on macOS, Windows, and Linux.

Quick Overview

npx dont-create-react-app my-app
cd my-app
vim not-react.js

(npx comes with npm 5.2+ and higher)

example run of dont-create-react-app

Undoing React

We all mistakes. Import dont-create-react-app to remove React from any project.

require('dont-create-react-app');

This will automatically uninstall React for you!


Credit to @Tribex_ for the idea.

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago