0.4.0 • Published 5 years ago

@boccinfusot/frontend-cli v0.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Simple cli

A simple cli to speed up Vue / TS development.

commands

nc

This command is used to create a new Vue page / component folder at the given path. Includes Vue, Typescript & Scss files.

node ./bin/frontend.js nc TestPage /home

There will now be a new folder located at /home/TestPage. Inside this folder it will also include the matching files with templated code.