Code Monkey home page Code Monkey logo

webproject-scripts's Introduction



A collections of simple shell scripts for working with webprojects


Technologies Used

List

This is a list with all the scripts included:

Script Name Short for Function
bp.sh boilerplate Creates a front-end web project file structure and adds the basic files with some boilerplate.
ga.sh git all Combines git add, git commit -m "message" and git push. Parses bash arguments and uses them as the commit message.

Instructions

Place the script in a folder of your choice and run this command to make each script executable:

$ chmod +x webproject.sh

Open the .bashrc file located in the home folder. It is hidden by default, so you might have to type Ctrl + H in order to make it visible. Then add this line in the end:

export PATH=$PATH:~/YOUR/FOLDER

Change /YOUR/FOLDER with the path of the folder you have put your scripts in. For instance if you created a folder named scripts located in your come folder, you should write:

export PATH=$PATH:~/scripts

Then open your terminal and run:

$ source ~/.bashrc

If everything worked, you will now be able to run the scripts from anywhere in your system! (Note than you don't have to write the $ symbol)

Contributing

If you have any ideas for new scripts or improvements to the existing scripts, feel free to open an issue.

License

Copyright (c) 2022 Michael Kolesidis
Licensed under the GNU General Public License v3.0.






webproject-scripts's People

Contributors

mkole avatar

Stargazers

 avatar  avatar

Watchers

 avatar

webproject-scripts's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.