https://github.com/valor-software/ngm-cli
Simple way to manage angular submodules from one repository
https://github.com/valor-software/ngm-cli
Last synced: 9 months ago
JSON representation
Simple way to manage angular submodules from one repository
- Host: GitHub
- URL: https://github.com/valor-software/ngm-cli
- Owner: valor-software
- License: mit
- Created: 2016-11-16T15:09:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:24:26.000Z (about 3 years ago)
- Last Synced: 2025-04-21T21:04:32.471Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 700 KB
- Stars: 33
- Watchers: 2
- Forks: 13
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# npm-submodules
Simple way to manage typescipt | angular2 submodules from one repository
This is a base lib
If you want to try this out, please check [tsm-cli](https://www.npmjs.com/package/tsm-cli) and [ngm-cli](https://www.npmjs.com/package/ngm-cli) tools at npm
## Developers
How to try this monster locally?
1. Git clone source repo
2. In order to run this you need to build and link src folder
with tsm-cli from npm, it is in dev dependencies already so just do:
```bash
$ npm run build
```
on linux `npm link` requires sudo
```bash
$ (sudo) ./node_module/.bin/tsm link -p src
```
now you have can use 2 tsm versions in parallel
- local tsm - is from npm
- global tsm - is your dev version
Have fun! ;)