Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-bravocart

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-bravocart

Build hybrid mobile shops using AngularJS/Ionic Framework

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Bravocart generator Build Status npm version

Yeoman generator for creating beautiful mobile shops using Bravocart and Ionicframework.

Features

  • Scaffolding Bravocart projects with Yeoman
  • bravocart.js integration for easy API access
  • Cordova integration for building native apps
  • Gulp tasks for building iOS/Android apps
  • Browsersync live reload for development
  • Painless dependency management with Bower

Usage

npm install -g yo bower grunt-cli gulp generator-bravocart cordova ionic

Run yo bravocart.

yo bravocart

Run gulp for preview.

Project Structure

├── hooks/                  - Hooks to be used by Cordova
├── platforms
│   ├── ios                 - Created by `cordova platform add ios`
│   ├── android/            - Created by `cordova platform add android`
│   ├── platforms.json      - To be used by Cordova
├── plugins/                - Plugins to be used by Cordova
├── www/                    - Directory holding app
│   ├── css/
│   │   ├── style.css       - Global stylesheet
│   ├── img/                - Images directory
│   ├── js/
│   │   ├── app.js          - AngularJS main module
│   │   ├── controllers.js  - AngularJS controllers module
│   │   ├── serivces.js     - AngularJS services module
│   ├── lib/                - Project dependencies, managed by bower
│   ├── templates/          - AngularJS template files
│   ├── index.html          - Main app entry point
├── bower.json              - Front-end dependencies, managed by bower
├── config.xml              - Cordova global configuration file
├── gulpfile.js             - Gulp tasks
├── package.json            - Project dependencies, managed by npm
├── README.md               - Project's README file
├── .jshintrc               - Global JSHint configuration
├── .bowerrc                - Bower configuration file
├── .gitignore              - Commnly ignored files

Workflow Commands

All platforms

gulp serve

Desktop browser testing with live reload

iOS

gulp platform:ios

Add iOS platform target with Cordova

gulp serve:ios

Desktop browser testing with live reload

gulp build:ios

Deploy app to iOS platform device

Android

gulp platform:android

Add Android platform target with Cordova

gulp serve:android

Desktop browser testing with live reload

gulp build:android

Deploy app to Android platform device

Community

Gitter

Further Reading

Keywords

FAQs

Package last updated on 25 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc