0.0
No commit activity in last 3 years
No release in over 3 years
A simple gem that allows you to copy a rails project
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
~> 10.0

Runtime

~> 4.6.1
 Project Readme

RailsCopier

Gem Version

A simple gem that allows you to copy a rails project, including all it's folders, configurations.

The main gole here is to provide a way of quickly starting a 'new' rails project without having to deal with all that heavy starting configuration (mostly on frontend) we often come across

Installation

Having Ruby working environment properly set up, install rails_copier as:

$ gem install rails_copier

Usage

We have 3 required flags to be passed:

  • --from
  • --to
  • --name

Let's say we want to copy a project from the current folder to the parent folder, giving to it a new name of NewProject:

  rails_copier --from . --to .. --name NewProject

or even the short version

  rails_copier -f . -t .. -n NewProject

Is Windows supported?

Not yet!

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/leodcs/rails_copier. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the RailsCopier project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.