plug-code 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Plug&Code
|
|
2
|
+
|
|
3
|
+
Plug&Code is a multipurpose framework for React, designed for **scalability, reusability, and organized components**.
|
|
4
|
+
|
|
5
|
+
## Usage
|
|
6
|
+
|
|
7
|
+
You are welcome to use Plug&Code in your projects, **personal or commercial**, as long as you **do not modify or redistribute the framework** without explicit permission from the author.
|
|
8
|
+
|
|
9
|
+
### Installation
|
|
10
|
+
|
|
11
|
+
You can install the framework via npm or yarn:
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
npm install @alaumo/plug-code
|
|
15
|
+
# or
|
|
16
|
+
yarn add @alaumo/plug-code
|