Skip to content

Bash script to start up a new project with the Roots stack.

License

Notifications You must be signed in to change notification settings

helloensoul/twine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twine

Bash script to start up a new project with the Roots stack.

🛠 Installation & Usage

  1. Download latest release
  2. Run ./twine.sh inside twine folder

‼️ Important

This tool has only been tested with macOS, any help with other OS would be appreciated

📌 Tips

Use ./twine.sh --no-staging to configure Trellis only for production and not also for a staging environment.

🤝 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