@boccinfusot/frontend-cli

A cli tool to generate a Vue component / page folder.

Usage no npm install needed!

<script type="module">
  import boccinfusotFrontendCli from 'https://cdn.skypack.dev/@boccinfusot/frontend-cli';
</script>

README

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.