@s54a/init
Advanced tools
Comparing version 5.0.4 to 5.0.5
{ | ||
"name": "@s54a/init", | ||
"version": "5.0.4", | ||
"version": "5.0.5", | ||
"description": "Project Initializer", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
<!-- START doctoc generated TOC please keep comment here to allow auto update --> | ||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> | ||
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* | ||
**Table of Contents** _generated with [DocToc](https://github.com/thlorenz/doctoc)_ | ||
- [@s54a/init || TempLate CLI || Project Initializer](#s54ainit--template-cli--project-initializer) | ||
@@ -12,4 +13,4 @@ - [How it Works](#how-it-works) | ||
- [Resources](#resources) | ||
- [These are the YouTube Videos & Article which helped me build this](#these-are-the-youtube-videos--article-which-helped-me-build-this) | ||
- [Read this if you are a begginer](#read-this-if-you-are-a-begginer) | ||
- [These are the YouTube Videos & Article which helped me build this](#these-are-the-youtube-videos--article-which-helped-me-build-this) | ||
- [Read this if you are a beginner](#read-this-if-you-are-a-beginner) | ||
- [Why I Created this](#why-i-created-this) | ||
@@ -140,3 +141,3 @@ - [How I use this Package](#how-i-use-this-package) | ||
This a similer project built with Typescript | ||
This a similar project built with Typescript | ||
https://github.com/pongsatt/mycli/blob/master/src/index.ts | ||
@@ -149,5 +150,5 @@ | ||
## Read this if you are a begginer | ||
## Read this if you are a beginner | ||
I asked one of my friend who is a begginer in Web Dev. She asked me a question how will I make templates or why use this instead of **Copy Pasting** | ||
I asked one of my friend who is a beginner in Web Dev. She asked me a question how will I make templates or why use this instead of **Copy Pasting** | ||
@@ -205,3 +206,3 @@ So when ever you do | ||
So I thought it is a hassel so lets just do it once and I wil copy & paste it every time whenever I start a new project. | ||
So I thought it is a hassle so lets just do it once and I wil copy & paste it every time whenever I start a new project. | ||
@@ -214,3 +215,3 @@ Then I thought I can create a cli which does that for me & I started building this package. | ||
I use this Package whenever I start a new porject. | ||
I use this Package whenever I start a new project. | ||
@@ -228,3 +229,3 @@ I have created my own template and added them as templates using `init -a "folder path"` command. | ||
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. | ||
I don't know if npm ignore works or failed. | ||
So I created another branch of this project in which I removed images and extra files. | ||
@@ -238,7 +239,7 @@ To reduce the size of the package & the node_modules size. | ||
**So the Pacakge Size is reduced by 300 Kilo Bytes** | ||
**So the Package Size is reduced by 300 Kilo Bytes** | ||
## Source Code | ||
Every time when I look at the open source I feel it is a hassel to navigate around files to see the code. | ||
Every time when I look at the open source I feel it is a hassle to navigate around files to see the code. | ||
@@ -245,0 +246,0 @@ And this project source code is in a single file. |
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
34220
639