Skip to content

Commit

Permalink
Merge pull request #86 from mackmudge/master
Browse files Browse the repository at this point in the history
Fixing documentation errors.
  • Loading branch information
Arsenic-ATG authored Aug 26, 2023
2 parents de3d156 + 93dbab1 commit abc7379
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 81 deletions.
42 changes: 42 additions & 0 deletions .readmeTemplates/Javascript.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Project Name

<!---
Q What is this project?
Q How will this help others with completing the task?
Q What were the steps before using this automation and what are the steps after?
--->


### Things you will need to get it running: 📈
-
-
-


### Additional packages: 📝
<!---Only add the names of packages which have to be installed externally!--->
- _package names_

#### How do I install additional packages? 🤨

- Make sure you have **nodejs** installed on your system. If you haven't yet go to [nodejs.org](https://nodejs.org "go to nodejs.org")

- If you want to install dependecies with **npm**
- Check for **yarn.lock**. If it is in the root directory then DELETE **yarn.lock**.
- Now, run `npm install`. This will install all of the dependencies.

- If you want to install dependencies with **yarn**.
- Check for **package-lock.json**. If it is in the root directory then DELETE **package-lock.json**.
- Now, run `yarn install` or `yarn`. This will install all of the dependencies.


### How do I use this program? 💻
- If you want to run with **npm**
- Run `npm start`
- If you want to run with **yarn**
- Run `yarn start`

---

### Made By :
[<name of the creator/s >](Your profile link "go to creator profile")
30 changes: 30 additions & 0 deletions .readmeTemplates/Python.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Project Name

<!---
Q What is this project?
Q How will this help others with completing the task?
Q What were the steps before using this automation and what are the steps after?
--->

### Things you will need to get it running: 📈
-
-
-

### Additional packages: 📝
<!---Only add the names of packages which have to be installed externally!--->
- _package names_

#### How do I install additional packages? 🤨
- Make sure you have python package manager (**pip**) installed on your system
- Go to command line and type ```pip install <library name>``` { _pip3_ on mac }
- For detailed information see [python's official tutorial on how to install packages](https://packaging.python.org/tutorials/installing-packages/)

### How do I use this program? 💻
- Steps to get your program running as intended
-

---

### Made By:
[<name of the creator/s >](Your profile link)
43 changes: 0 additions & 43 deletions .readmeTeplates/Javascript.md

This file was deleted.

30 changes: 0 additions & 30 deletions .readmeTeplates/Python.md

This file was deleted.

16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

---

> Who likes to do those useless ,old and time consuming tasks manually when you can automate them.
> Who likes to do those useless, old and time consuming tasks manually when you can automate them?
This repository is full of automations that will make some tedious daily tasks easier and faster.

## language used till now
## Languages used until now
- Python
- C++
- Java Script
- JavaScript

( contributions accepted in all languages)
(Contributions accepted in all languages.)

## Some Notable Projects: 🧐
1. [Multiclipboard](https://github.com/Arsenic-ATG/Awesome-Automations/tree/master/Automations/Multiclipboard)
Expand All @@ -24,12 +24,12 @@ This repository is full of automations that will make some tedious daily tasks e
4. [Automated Github-login](https://github.com/Arsenic-ATG/Awesome-Automations/tree/master/Automations/login-github)
5. [Automated process of creating a new project with GitHub](https://github.com/Arsenic-ATG/Awesome-Automations/tree/master/Automations/github-create-repo)
6. [Paint With UG](https://github.com/Arsenic-ATG/Awesome-Automations/tree/master/Automations/Paint%20With%20UG)
## List of more cool Automations with their own repository
## List of more cool Automations with their own repositories
1. 🌐 [Map-It](https://github.com/Arsenic-ATG/Map-It)
2. 🌐 [“I’m feeling lucky” google Search](https://github.com/Arsenic-ATG/I-am-Feeling-Lucky)
3. 🌐 [Download all xkcd-comics](https://github.com/Arsenic-ATG/xkcd-comics)

## Have got an boring task to automate ? 😃
## Have you got a boring task to automate? 😃
Go ahead and share that idea using the [issue](https://github.com/Arsenic-ATG/Awesome-Automations/issues) section of this repository by creating a new issue, If you are willing to contribute an automation then head over to [contribution.md](https://github.com/Arsenic-ATG/Awesome-Automations/blob/master/CONTRIBUTING.md) to see the procedure to contribute one.

## I want to contribute to this repository 🤩
Expand All @@ -40,11 +40,11 @@ There are many ways to contribute to this repository :-
- Contributing to **documentation** 📄:- If you find something is not correct or you could have done better in documentation including this readme or any project readme then you are most welcome to open an pull request or issue regarding the same.
- **Somehing else**:- You can go ahead and look for something to work in [Issue](https://github.com/Arsenic-ATG/Awesome-Automations/issues) section of the repo to find something to work upon

## Any problem/Questions ? 🤔
## Any problems/questions? 🤔
1) Head over to [issue](https://github.com/Arsenic-ATG/Awesome-Automations/issues) section of the repo.
2) Open a new issue regarding the same.

## Don't forget to give this repository a star ⭐️ if you like these automation 😅.
## Don't forget to give this repository a star ⭐️ if you like these automations! 😅

## Contributors ✨

Expand Down

0 comments on commit abc7379

Please sign in to comment.