An open API service indexing awesome lists of open source software.

https://github.com/tholman/scripts-for-life

A few bash shells scripts I use to make life easier.
https://github.com/tholman/scripts-for-life

Last synced: 9 months ago
JSON representation

A few bash shells scripts I use to make life easier.

Awesome Lists containing this project

README

          

#Simple shell scripts, for a simple life

A few bash shells scripts I use to make life easier. Add this repository to your PATH for easy access.

##mkproject


mkproject [project-name]

Creates and populates the relavent files to get started on a new static web project. Includes:
- index.html
- css directory and template
- js directory and template
- All files linked from index

##server


server

Initializes a python simple server in the current directory. Its just one python command, but it always slips my mind.