A Simple Way To Manage Npm Submodules From One Repo


License
MIT
Install
npm install npm-sm@1.8.12

Documentation

npm-submodules-manager

Simple way to manage typescipt | angular2 sub modules from one repository

This is a base repo holding the code for 3 npm packages

  • npm-sm | Manage npm sub modules (base library)
  • ts-sm | Manage npm sub modules written in typescript Read More..
  • ng2-sm | Manage angular2 module libraries written in typescript Read More..

Release Information

Release : 1.4.0

Documentation Status : First Draft (Subject To Change)

Build Status : Stable

GitHub version Dependency Status GitHub issues GitHub forks GitHub stars GitHub license

Installation

To Build This project follow the following steps

  1. Clone Or Download & Unpack Zip
git clone https://github.com/London-Development-Studio/npm-module-manager.git
  1. Install Dependencies
npm install
  1. Done! Run a build and link
npm run build
npm run link (Will run npm link for all submodules)
npm run buildW (Runs a build but watches for changes)