Meanie is a collection of boilerplate code and libraries for developing, testing and building javascript applications using the MEAN stack (MongoDB, Express, Angular and Node).
This package contains the Meanie CLI tool which can be used as a helper to seed new Meanie projects and install or update other Meanie libraries.
For more information about the various seed projects, please check the respective repositories:
Installation
npm install -g meanie
Usage
1. Seed a new Meanie project
# Seed an Angular 1 client side project
meanie seed angular
# Seed an Angular 2 client side project
meanie seed angular2
# Seed an Express server side project
meanie seed express
2. Install any additional libraries you'd like
meanie install angular-storage angular-api angular-url
To find out what other Meanie moduels and libraries are available, check Meanie on github or find Meanie modules in the npm registry.
3. Start the app!
npm start
Issues & feature requests
Please report any bugs, issues, suggestions and feature requests in the appropriate issue tracker:
Feedback in general is also welcome! Come chat with us in the Gitter room.
Contributing
If you would like to contribute to Meanie, please check out CONTRIBUTING.md.
Further reading
Credits
License
(MIT License)
Copyright 2015-2016, Adam Buczynski