Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polamjag/sinatra-template
sinatra template just for me
https://github.com/polamjag/sinatra-template
Last synced: about 1 month ago
JSON representation
sinatra template just for me
- Host: GitHub
- URL: https://github.com/polamjag/sinatra-template
- Owner: polamjag
- License: unlicense
- Created: 2014-10-10T00:09:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-16T06:44:11.000Z (over 9 years ago)
- Last Synced: 2024-10-16T01:56:21.783Z (3 months ago)
- Language: Shell
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sinatra-template
## setup
### cloning repo
as `git clone [email protected]:polamjag/sinatra-template `
### initialize
run
```
./setup
```this command initializes README and license of template repo and installs gem dependencies.
after that, you should `git init` to setup NEW git repo within the directory.