@tochii/build 1.0.8 → 1.0.9
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 +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -2,6 +2,14 @@
|
|
2
2
|
|
3
3
|
Provides a CLI and utilities for bundling your projects optionally with **no config** in Node.js with extended features like **configuration file** generation.
|
4
4
|
|
5
|
+
## Installation
|
6
|
+
|
7
|
+
npm
|
8
|
+
|
9
|
+
```bash
|
10
|
+
npm i -save-dev @tochii/build
|
11
|
+
```
|
12
|
+
|
5
13
|
## Why make this?
|
6
14
|
|
7
15
|
I once permanently deleted my entire project when attempting to build a single file with the output directory as my project directory, and I hadn't pushed my progress to github for more than 1 week (no need to tell me...) which almost resulted in despair. I forgot to uncheck the `clean` option that cleans the entire output directory before the build process begins.
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tochii/build",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.9",
|
4
4
|
"description": "CLI and utilities for bundling your projects optionally with no config in Node.js with extended features like configuration file generation",
|
5
5
|
"repository": "https://github.com/tochiResources/project/packages/build.git",
|
6
6
|
"license": "MIT",
|