@s54a/init
Advanced tools
Comparing version 4.5.0 to 5.0.0
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
{ | ||
"name": "@s54a/init", | ||
"version": "4.5.0", | ||
"version": "5.0.0", | ||
"description": "Project Initializer", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -15,2 +15,6 @@ # @s54a/init | ||
## Video Tutorial | ||
[![Video Tutorial](https://img.youtube.com/vi/fmWuOmyIZLc/sddefault.jpg)](https://www.youtube.com/watch?v=fmWuOmyIZLc) | ||
## Folder Structure | ||
@@ -124,3 +128,3 @@ | ||
## Why I made this | ||
## Why I Created this | ||
@@ -163,2 +167,16 @@ When you start Learning to code you will create multiple new projects so every time you will have to create new files | ||
## Extra Info | ||
While Deploying Packages on NPM I realized that whatever you have in your project will get included even if you use npm ignore. | ||
I dont know if npm ignore works or failed. | ||
So I created another branch of this project in which I removed images and extra files. | ||
To reduce the size of the package & the node_modules size. | ||
Here is the difference | ||
![size difference](./images/big.png) | ||
![size difference](./images/small.png) | ||
**So the Pacakge Size is reduced by 300 Kilo Bytes** | ||
## Source Code | ||
@@ -541,3 +559,3 @@ | ||
"name": "@s54a/init", | ||
"version": "4.5.0", | ||
"version": "5.0.0", | ||
"description": "Project Initializer", | ||
@@ -544,0 +562,0 @@ "main": "./index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31606
583