1.0.5 • Published 6 years ago

ngsp v1.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

ngsp

ngsp, generates spec files for existing Angular components, services,guards, directives and pipes.

Description

ngsp, generates spec files for existing components, services,guards, directives and pipes.

Install

npm install -g ngsp

Usage

By navigating to the component's home folder

cd path/to/my/awesome/component
ngsp .

or

ngsp C:/path/to/my/awesome/component

ngsp does not override existing spec files.

ngsp