Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/drnic/things

Dummy Ruby app with a Thorfile
https://github.com/drnic/things

Last synced: 24 days ago
JSON representation

Dummy Ruby app with a Thorfile

Awesome Lists containing this project

README

        

# Dummy Ruby app that has a Thorfile

This project represents an example app where you have identified a pattern that you want all your developer friends to adhere to.

In this example app there is pattern we want to be maintained. There are things that have `lib/thing.rb` and `spec/thing_spec.rb`:

```
\
lib
|\
| foo.rb
spec
\
foo_spec.rb
```

To create new things:

```
$ thor :thing bigthing
exist
create lib/bigthing.rb
create spec/bigthing_spec.rb
```