Skip to content

MakingSense/mean-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEANP-CLI

A simple command line tool for creating front-end modules on the meanp-seed project. Proud to be part of Making Sense.

Screen casts highlithing the main two use cases

yo meanp

yo meanp:modules

yo meanp:todo

yo meanp:blog

yo meanp:cart

Setup:

npm install -g generator-meanp

Commands:

yo meanp <name> Clones the meanp-seed project to a new directory with the name you enter.

yo meanp:modules <name> Creates a new module on the current application //TODO: Ensure that we are located at the project

yo meanp:todo <name> Creates a new todo module on the current application, this generates a todo-list module.

yo meanp:blog <name> Creates a new blog on the current application, this will generate a client-side blog module.

yo meanp:cart <name> Creates a new cart module on the current application, this will generate also a payment module.

Cart setup:

    • Save your credentials on the .env file
    • Go to the index.html file and do a quick find for 'Stripe Secret Key', replace this with your Stripe Publishable Key
    • Now you're good to go. Run: grunt and enjoy

About

The cli for your mean-seed projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •