Skip to content

Commit

Permalink
Y2024
Browse files Browse the repository at this point in the history
  • Loading branch information
vprtsingh committed Sep 8, 2024
1 parent 3ab192f commit ed4c22c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ create-mernjs-app my-library --template snippets

<h4>2. Directly Download Zip Code</h4>

1. App Boilerplates
App Boilerplates

App boilerplates provide ready-to-use templates for building applications, simplifying the setup process and ensuring a consistent structure across projects.

Expand All @@ -80,7 +80,7 @@ App boilerplates provide ready-to-use templates for building applications, simpl
| 11 | [T3JS](https://github.com/mernjs/create-mern-app/tree/master/src/app/t3js-boilerplate) | [![Download T3JS](https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white "Download T3JS")](https://github.com/mernjs/create-mern-app/raw/master/zip/app/t3js-boilerplate.zip) |
| 12 | [React Native Expo](https://github.com/mernjs/create-mern-app/tree/master/src/app/expo-boilerplate) | [![Download React Native Expo](https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white "Download React Native Expo")](https://github.com/mernjs/create-mern-app/raw/master/zip/app/expo-boilerplate.zip) |

2. Library Boilerplates
Library Boilerplates

Library boilerplates offer pre-configured templates for creating npm packages, enabling efficient and standardized development of reusable code libraries.

Expand All @@ -93,7 +93,7 @@ Library boilerplates offer pre-configured templates for creating npm packages, e
| 5 | [NextJS Library](https://github.com/mernjs/create-mern-app/tree/master/src/library/nextjs-library-boilerplate) | [![Download NextJS Library](https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white "Download NextJS Library")](https://github.com/mernjs/create-mern-app/raw/master/zip/library/nextjs-library-boilerplate.zip) |
| 6 | [React Native Library](https://github.com/mernjs/create-mern-app/tree/master/src/library/react-native-library-boilerplate) | [![Download React Native Library](https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white "Download React Native Library")](https://github.com/mernjs/create-mern-app/raw/master/zip/library/react-native-library-boilerplate.zip) |

3. NPM Packages
NPM Packages

Explore npm packages that simplify your development workflow. These packages offer efficient solutions for various technologies and are easy to install and integrate, enhancing productivity and code quality.

Expand All @@ -102,7 +102,7 @@ Explore npm packages that simplify your development workflow. These packages off
| 1 | [xml-to-mongodb-importer](https://github.com/mernjs/create-mern-app/tree/master/src/packages/xml-to-mongodb-importer) | [![npm version](https://img.shields.io/npm/v/xml-to-mongodb-importer)](https://www.npmjs.com/package/xml-to-mongodb-importer) | [![xml-to-mongodb-importer](https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white "xml-to-mongodb-importer")](https://github.com/mernjs/create-mern-app/tree/master/src/packages/xml-to-mongodb-importer) |
| 2 | [react-svg-icons-loader](https://github.com/mernjs/create-mern-app/tree/master/src/packages/react-svg-icons-loader) | [![npm version](https://img.shields.io/npm/v/react-svg-icons-loader)](https://www.npmjs.com/package/react-svg-icons-loader) | [![react-svg-icons-loader](https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white "react-svg-icons-loader")](https://github.com/mernjs/create-mern-app/tree/master/src/packages/react-svg-icons-loader) |

4. Code Snippets
Code Snippets

Explore a collection of reusable code snippets to quickly implement common features and functionalities in your projects.

Expand Down
8 changes: 4 additions & 4 deletions src/packages/create-mernjs-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ create-mernjs-app my-library --template snippets

<h4>2. Directly Download Zip Code</h4>

1. App Boilerplates
App Boilerplates

App boilerplates provide ready-to-use templates for building applications, simplifying the setup process and ensuring a consistent structure across projects.

Expand All @@ -80,7 +80,7 @@ App boilerplates provide ready-to-use templates for building applications, simpl
| 11 | [T3JS](https://github.com/mernjs/create-mern-app/tree/master/src/app/t3js-boilerplate) | [![Download T3JS](https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white "Download T3JS")](https://github.com/mernjs/create-mern-app/raw/master/zip/app/t3js-boilerplate.zip) |
| 12 | [React Native Expo](https://github.com/mernjs/create-mern-app/tree/master/src/app/expo-boilerplate) | [![Download React Native Expo](https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white "Download React Native Expo")](https://github.com/mernjs/create-mern-app/raw/master/zip/app/expo-boilerplate.zip) |

2. Library Boilerplates
Library Boilerplates

Library boilerplates offer pre-configured templates for creating npm packages, enabling efficient and standardized development of reusable code libraries.

Expand All @@ -93,7 +93,7 @@ Library boilerplates offer pre-configured templates for creating npm packages, e
| 5 | [NextJS Library](https://github.com/mernjs/create-mern-app/tree/master/src/library/nextjs-library-boilerplate) | [![Download NextJS Library](https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white "Download NextJS Library")](https://github.com/mernjs/create-mern-app/raw/master/zip/library/nextjs-library-boilerplate.zip) |
| 6 | [React Native Library](https://github.com/mernjs/create-mern-app/tree/master/src/library/react-native-library-boilerplate) | [![Download React Native Library](https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white "Download React Native Library")](https://github.com/mernjs/create-mern-app/raw/master/zip/library/react-native-library-boilerplate.zip) |

3. NPM Packages
NPM Packages

Explore npm packages that simplify your development workflow. These packages offer efficient solutions for various technologies and are easy to install and integrate, enhancing productivity and code quality.

Expand All @@ -102,7 +102,7 @@ Explore npm packages that simplify your development workflow. These packages off
| 1 | [xml-to-mongodb-importer](https://github.com/mernjs/create-mern-app/tree/master/src/packages/xml-to-mongodb-importer) | [![npm version](https://img.shields.io/npm/v/xml-to-mongodb-importer)](https://www.npmjs.com/package/xml-to-mongodb-importer) | [![xml-to-mongodb-importer](https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white "xml-to-mongodb-importer")](https://github.com/mernjs/create-mern-app/tree/master/src/packages/xml-to-mongodb-importer) |
| 2 | [react-svg-icons-loader](https://github.com/mernjs/create-mern-app/tree/master/src/packages/react-svg-icons-loader) | [![npm version](https://img.shields.io/npm/v/react-svg-icons-loader)](https://www.npmjs.com/package/react-svg-icons-loader) | [![react-svg-icons-loader](https://custom-icon-badges.herokuapp.com/badge/-Download-blue?style=for-the-badge&logo=download&logoColor=white "react-svg-icons-loader")](https://github.com/mernjs/create-mern-app/tree/master/src/packages/react-svg-icons-loader) |

4. Code Snippets
Code Snippets

Explore a collection of reusable code snippets to quickly implement common features and functionalities in your projects.

Expand Down
2 changes: 1 addition & 1 deletion src/packages/create-mernjs-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-mernjs-app",
"version": "21.0.34",
"version": "21.0.35",
"description": "The MERN App provides a versatile set of boilerplates that streamline the development process for various applications. Whether you're building a web app, mobile app, desktop app, Chrome extension, or an NPM package in JavaScript, our comprehensive templates will help you get started quickly and efficiently.",
"main": "./index.js",
"scripts": {
Expand Down

0 comments on commit ed4c22c

Please sign in to comment.