@metrobuzz/cli

0.0.3 • Public • Published

Metronode Command Line Utility

We built this cli to help generate node apps using the app standard we find to greatly improve our productivity. The project is based on typescript and nodejs environments.

Usage

metronode new <<projectname>> --destination <<destination>>

projectname refers to a unique string to use to name the project you want to create

Validation

Your project name must meet the following naming standard

  1. Use letters
  2. Not contain random symbols (but it can include an underscore)
  3. Not start with a number (but it can include numbers)

Sample Project Names

test_project;
projectToday;
project;

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @metrobuzz/cli

    Weekly Downloads

    0

    Version

    0.0.3

    License

    MIT

    Unpacked Size

    9.34 kB

    Total Files

    6

    Last publish

    Collaborators

    • tylerdgenius