Adding A Package - linnovate/meanio GitHub Wiki
Pretty easy to add packages to mean using meanio!
Steps:
// first install
npm install -g meanio
npm install -g mean-cli
// second create a mean app
mean init testApp
cd testApp
npm install
// third create a demo package under packages/ and test
mean package testPackage
meanio is responsible to lazyload the newly created testPackage, which includes server/client, express routing capabilities, and angular client.