1.1.0 • Published 2 years ago

@edunse/viper-module v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Installing

npm i -g viper-module

Usage

Create a module named Menu in the current directory by using a predefined template SKScene

cd /path/to/module/parent/folder
vm create Menu SKScene

Rename a module Menu to Start. It renames the module components as well (Presenter, Interactor, etc.)

cd /path/to/module/parent/folder
vm rename Menu Start

Currently available templates: UIViewController, SKScene, SKNode