Create React Dependency

Create React Dependency

  • Docs
  • Contributing
  • Help

›Getting Started

Getting Started

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

Getting Started

Project similar to the Create React App for libraries and dependencies.

It creates a ready to publish project which you can upload to npm, yarn and/or your favorite package manager. For more information click here.

Basic Use

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

Creating an dependency or library?

Requires version equal to or later than Node 10, choose from the following options to create a dependency or library:

Yarn

yarn create create-react-dependency my-dependency

NPX

npx create-react-dependency my-dependency

NPM

npm init create-react-dependency my-dependency
Structure →
  • Basic Use
  • Creating an dependency or library?
    • Yarn
    • NPX
    • NPM
Create React Dependency
Docs
Getting StartedHow to contributeProjects
Community
Stack Overflow
More
GitHub
Copyright © 2022 N.A.D.A.