Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

AusDTO/jalpha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jalpha

CircleCI

Jalpha generates a new Jekyll project packed with everything you should need to get started on your examplar's Alpha. This allows you to concentrate on your project from day one.

What do you get

Installation

Install the gem:

gem install jalpha

Execute gem and generate a new project:

jalpha new site_name

Setup your environment:

bin/setup

Releasing

Commit your changes and change the version in version.rb

Push the new release to rubygems:

bundle exec rake release

Bugs

If you have found a bug please report it in GitHub issues.

License

MIT License

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Big thanks to @nielsenramon for https://github.com/nielsenramon/kickster