From fc1af16c0be8516e92da9f18510c9216b888c9e8 Mon Sep 17 00:00:00 2001 From: Asteroidus <113026499+AsteroidusTv@users.noreply.github.com> Date: Mon, 31 Jul 2023 19:28:22 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c17d88..bb87181 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ For HTML projects, CNPS goes above and beyond by providing a fully-prepared HTML Moreover, CNPS offers a set of pre-designed layout templates for common use cases, such as a simple one-column layout, a responsive two-column layout, or a flexbox-based grid layout. These layout templates are included in the CSS file, making it effortless to structure and style your web page according to your preferences. CNPS also establishes the connection between the HTML and CSS files, ensuring they are linked correctly, so you can focus on crafting an aesthetically pleasing and functional web page. Furthermore, CNPS takes care of opening the newly created HTML file in your default web browser, enabling you to view your page instantly and streamline the development process. -CNPS was previously implemented in [Bash] (https://github.com/AsteroidusTv/Create-New-Project-simply), but its transition to Rust brings numerous advantages, including improved performance, enhanced reliability, and a more maintainable codebase. +CNPS was previously implemented in [Bash](https://github.com/AsteroidusTv/Create-New-Project-simply), but its transition to Rust brings numerous advantages, including improved performance, enhanced reliability, and a more maintainable codebase. ## Features: From 7c901375f219ed8efa7767e4679fc3508ec5f909 Mon Sep 17 00:00:00 2001 From: Asteroidus <113026499+AsteroidusTv@users.noreply.github.com> Date: Mon, 31 Jul 2023 19:29:05 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb87181..6cebd9d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ CNPS (Create new project simply) is a powerful tool built in Rust that simplifies the process of creating projects in various programming languages. Currently, CNPS supports project generation for Rust, Python, Go, Assembly, and HTML (with or without JavaScript). With CNPS, you can create new projects with ease, and it offers a range of customizable options to suit your workflow. Upon configuration, you can specify the target directory where your projects will be generated. Additionally, CNPS allows you to choose whether to organize your projects into subdirectories based on their respective programming languages. One of the key features of CNPS is its seamless integration with popular Integrated Development Environments (IDEs). During the setup, you get to select your preferred IDE from a list of supported options, such as Sublime Text or Visual Studio Code (for the moment). CNPS will automatically open your chosen IDE, ready for you to start working on your newly created project. -For HTML projects, CNPS goes above and beyond by providing a fully-prepared HTML file and accompanying CSS file. The HTML file is pre-filled with a basic template, including essential tags like , , , and . Additionally, if JavaScript was selected during configuration, the template will include a link to the script file in the body. This saves you valuable time, allowing you to jump straight into writing your web page's content and functionality. +For HTML projects, CNPS goes above and beyond by providing a fully-prepared HTML file and accompanying CSS file. The HTML file is pre-filled with a basic template, including essential tags. Additionally, if JavaScript was selected during configuration, the template will include a link to the script file in the body. This saves you valuable time, allowing you to jump straight into writing your web page's content and functionality. Moreover, CNPS offers a set of pre-designed layout templates for common use cases, such as a simple one-column layout, a responsive two-column layout, or a flexbox-based grid layout. These layout templates are included in the CSS file, making it effortless to structure and style your web page according to your preferences. CNPS also establishes the connection between the HTML and CSS files, ensuring they are linked correctly, so you can focus on crafting an aesthetically pleasing and functional web page. Furthermore, CNPS takes care of opening the newly created HTML file in your default web browser, enabling you to view your page instantly and streamline the development process.