New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

angular-multimodule-cli

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-multimodule-cli

angular-multimodule-cli will help you create and maintain multiple npm modules in a single repository.

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
2
Created
Source

angular-multimodule-cli will help you create and maintain multiple npm modules in a single repository.

Why you should use this cli? https://izifortune.com/managing-modules-with-angular/

Based upon @ngrx/platform build system.

Installation

$ npm i -g angular-multimodule-cli

Get started

$ ng-multi new my-project
$ cd my-project
$ yarn
$ yarn bootstrap

This will create a new project, install all the dependencies and link all the modules together

Batteries

  • lerna to manage multiple modules.
  • lint-staged linting with tslint and stylelint on staged files.
  • prettier code formatter.
  • jest unit test framework.
  • commitizen simple commit conventions for internet citizens.

Angular modules

  • Support for css/scss style inline
  • Support for html templates inline

TODO

  • [ ] Choose package manager ( default is yarn )
  • [ ] Create a playground ( maybe based on angularplayground )
  • [ ] Improve README
  • [ ] Ask for modules to create at the start
  • [ ] Add command to create a module on already created project
  • [ ] Add unit tests
  • [ ] Ask for author
  • [ ] Docs generation

FAQs

Package last updated on 14 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts