wp-uikit-cli 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 +3 -19
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ A blazing-fast command-line toolkit for building **SF Framework** & **SF Widget*
|
|
|
7
7
|
|
|
8
8
|
[](https://www.npmjs.com/package/wp-uikit-cli)
|
|
9
9
|
[](https://www.npmjs.com/package/wp-uikit-cli)
|
|
10
|
-
[](
|
|
10
|
+
[](https://opensource.org/licenses/MIT)
|
|
11
11
|
[](https://nodejs.org)
|
|
12
12
|
|
|
13
13
|
</div>
|
|
@@ -294,12 +294,6 @@ All generated files come from customizable templates in [`stubs/`](./stubs):
|
|
|
294
294
|
Yes — minification replaces original <code>.js</code>/<code>.css</code> files with <code>.min.js</code>/<code>.min.css</code> in your working directory, and the dev-mode flag is flipped to <code>false</code>. Always deploy from a clean git state so you can diff/revert if needed.
|
|
295
295
|
</details>
|
|
296
296
|
|
|
297
|
-
<details>
|
|
298
|
-
<summary><strong>Why does the first command feel slightly slower the very first time?</strong></summary>
|
|
299
|
-
<br>
|
|
300
|
-
Heavy dependencies (<code>adm-zip</code>, <code>terser</code>, <code>clean-css</code>) are <strong>lazy-loaded</strong> only when a command that needs them (<code>deploy</code>, <code>zip</code>) actually runs — keeping <code>create</code>, <code>clean</code>, and <code>debug</code> fast at all times.
|
|
301
|
-
</details>
|
|
302
|
-
|
|
303
297
|
<details>
|
|
304
298
|
<summary><strong>Can I customize the generated widget/trait templates?</strong></summary>
|
|
305
299
|
<br>
|
|
@@ -308,23 +302,13 @@ Yes! Edit the files in the <code>stubs/</code> directory. They support <code>{{P
|
|
|
308
302
|
|
|
309
303
|
---
|
|
310
304
|
|
|
311
|
-
## 🤝 Contributing
|
|
312
|
-
|
|
313
|
-
Contributions, issue reports, and feature ideas are welcome!
|
|
314
|
-
|
|
315
|
-
1. Fork the repo
|
|
316
|
-
2. Create a feature branch: `git checkout -b feature/amazing-thing`
|
|
317
|
-
3. Commit your changes: `git commit -m "Add amazing thing"`
|
|
318
|
-
4. Push and open a Pull Request
|
|
319
|
-
|
|
320
|
-
---
|
|
321
305
|
|
|
322
306
|
## 📄 License
|
|
323
307
|
|
|
324
|
-
Released under the **[MIT License](
|
|
308
|
+
Released under the **[MIT License](https://opensource.org/licenses/MIT)**.
|
|
325
309
|
|
|
326
310
|
<div align="center">
|
|
327
311
|
|
|
328
|
-
Made with ❤️ for the **SF Framework** & **SF Widget** ecosystem.
|
|
312
|
+
Made with ❤️ from WP-UIkit Team for the **SF Framework** & **SF Widget** ecosystem.
|
|
329
313
|
|
|
330
314
|
</div>
|
package/package.json
CHANGED