Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a ditty init command to kickstart a ditty project #15

Open
jrgns opened this issue Jun 7, 2018 · 0 comments
Open

Add a ditty init command to kickstart a ditty project #15

jrgns opened this issue Jun 7, 2018 · 0 comments

Comments

@jrgns
Copy link
Contributor

jrgns commented Jun 7, 2018

  • It takes a project name as an argument
  • It creates a folder named the same as the project
  • It creates the necessary folders and files to start a ditty project
    • config.ru file
    • Gemfile file
    • Rakefile file
    • config/settings.yml file
    • config/puma.rb file
    • views folder
  • It runs the ditty:prep rake command

Once executed the user should be able to cd into the project folder and run ditty server which will start the base system without any issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant