Skip to content
/ ffds Public

Small script for build a fast Front-End directory structure.

License

Notifications You must be signed in to change notification settings

joseluisq/ffds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FFDS

Small script for build a "Fast Front-End Directory Structure".

Structure

$ wget -qO- https://git.io/ffds | sh
.
├── app
│   ├── assets
│   │   ├── fonts
│   │   │   └── .gitkeep
│   │   ├── images
│   │   │   └── .gitkeep
│   │   ├── scripts
│   │   │   └── main.js
│   │   └── styles
│   │       └── style.css
│   └── index.html
├── dist
├── .editorconfig
├── .gitattributes
├── .gitignore
├── license.md
├── readme.md
├── test
└── .travis.yml

8 directories, 11 files

Usage

URL

$ wget -qO- https://git.io/ffds | sh

Local

$ ./ffds.sh

Or if you prefer you can create a symlink:

$ sudo ln -s ffds.sh /usr/bin/ffds
$ ffds

Contributions

Please, this structure is not mandatory. Feel free to customize ffds.sh or send some pull request or issue.

License

MIT

© 2016 José Luis Quintana

About

Small script for build a fast Front-End directory structure.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages