appmake 0.0.37 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +9 -8
  2. data/lib/appmake/version.rb +1 -1
  3. metadata +1 -1
data/README.md CHANGED
@@ -1,24 +1,25 @@
1
1
  # Appmake
2
2
 
3
- TODO: Write a gem description
3
+ Single page apps made easy!
4
4
 
5
5
  ## Installation
6
6
 
7
- Add this line to your application's Gemfile:
7
+ Create app directory.
8
8
 
9
- gem 'appmake'
9
+ mkdir myapp
10
+ cd myapp
10
11
 
11
- And then execute:
12
+ Create `Gemfile` with following content
12
13
 
13
- $ bundle
14
+ source :rubygems
14
15
 
15
- Or install it yourself as:
16
+ gem "appmake"
16
17
 
17
- $ gem install appmake
18
+ Run `bundle install`
18
19
 
19
20
  ## Usage
20
21
 
21
- TODO: Write usage instructions here
22
+ Run `bundle exec appmake init` to bootstrap app directory structure. Next issue `bundle exec appmake watch` to start automatic compillation of source files.
22
23
 
23
24
  ## Contributing
24
25
 
@@ -1,3 +1,3 @@
1
1
  module Appmake
2
- VERSION = "0.0.37"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appmake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.37
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: