Popularity
1.3
Stable
Activity
0.0
Declining
25
3
6

Programming language: JavaScript
License: MIT License
Tags: Code Design     Boilerplate    
Latest version: v1.0.6

create-react-dependency alternatives and similar libraries

Based on the "Boilerplate" category.
Alternatively, view create-react-dependency alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of create-react-dependency or a related project?

Add another 'Boilerplate' Library

README

Create React Dependency

License: MITBuild StatusLanguage grade: JavaScriptNetlify Status

[Contributing](CONTRIBUTING.md) | [Code of Conduct](CODE_OF_CONDUCT.md)

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

File Structure

File structure generated from the create-react-dependency project

my-dependency
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ node_modules
โ”œโ”€โ”€ package.json
โ”œโ”€โ”€ .gitignore
โ””โ”€โ”€ src
    โ”œโ”€โ”€ dev
    โ”‚   โ”œโ”€โ”€ App.js
    โ”‚   โ”œโ”€โ”€ index.css
    โ”‚   โ”œโ”€โ”€ index.html
    โ”‚   โ”œโ”€โ”€ index.js
    โ”‚   โ””โ”€โ”€ logo.png
    โ””โ”€โ”€ lib
        โ”œโ”€โ”€ index.cs
        โ”œโ”€โ”€ index.js
        โ””โ”€โ”€ Lib.js

Projects

Package Version
Create React Dependency npm version
React Dependency Scripts npm version

Contribution guidelines

If you want to contribute to Create React Dependency, be sure to review the [contribution guidelines](CONTRIBUTING.md). This project adheres to [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.

License

Create React Dependency is open source software licensed as MIT.


*Note that all licence references and agreements mentioned in the create-react-dependency README section above are relevant to that project's source code only.