bananaΒΆ
- Getting started with Banana
- Getting started with Banana
- Let’s Scaffold a Web App with Banana
- Frequently Asked Questions
- What are the goals of the project?
- What is a command-line interface?
- What is a package manager?
- Will the Banana project be providing Generators for popular frameworks?
- What license is Banana released under?
- What should I do before submitting an issue through GitHub?
- How can I disable Insight or Update Notifier?
- Support
- Writing Your Own Banana Generator
- Writing Your Own Generator
- Generator Runtime Context
- Asynchronous tasks
- Interacting With The User
- Composability
generator.composeWith()- API
- execution example
- dependencies or peerDependencies
- Managing Dependencies
- Working With The File System
- Managing Configuration
- Testing Generators
- Debugging Generators
- Integrating Banana
- Let’s Scaffold a Web App
- Let’s Scaffold a Web App with Banana
- Step 1: Set up your dev environment
- Step 2: Install a Banana generator
- Step 3: Use a generator to scaffold out your app
- Step 4: Review the Banana-generated app
- Step 5: Preview your app in the browser
- Step 6: Test with Karma and Jasmine
- Step 7: Make Todos persistent with local storage
- Step 8: Get ready for production
- Congratulations!
- Contributing to the Banana Project