Create React Dependency

Create React Dependency

  • Docs
  • Contributing
  • Help

›Getting Started

Getting Started

  • Getting Started
  • Structure
  • Scripts
  • Projects
  • How to Contribute
  • Code of Conduct

Projects

Create React dependency is a monorepo composed of 2 projects:

Create React Dependency npm version

The Create React dependency project is a simple CLI that creates a project base for creating a dependency.

Basic Use

npx create-react-dependency new my-dependency
cd my-dependency
npm start

React Dependency Scripts npm version

React Dependency Scripts abstracts all the settings needed to create an NPM dependency. Possessing 3 scripts, start with webpack, build with babel and test with jest.

Scripts

The scripts look like this in the package.json file:

{
  "scripts": {
    "start": "react-dependency-scripts start",
    "build": "react-dependency-scripts build",
    "test": "react-dependency-scripts test"
  }
}
← ScriptsHow to Contribute →
  • Create React Dependency npm version
    • Basic Use
  • React Dependency Scripts npm version
    • Scripts
Create React Dependency
Docs
Getting StartedHow to contributeProjects
Community
Stack Overflow
More
GitHub
Copyright © 2022 N.A.D.A.