New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

mm-tec-cli

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mm-tec-cli

A Command Line Interface for generate files

latest
Source
npmnpm
Version
1.2.3
Version published
Maintainers
1
Created
Source

MM CLI

TypeScript NodeJS Prisma

MM CLI

Install

$ npm install --global mm-tec-cli

Prefix for all commands: mm

Example

  • mm generate-component Home
Commands
  • version (v) ➜ Output the version number
  • whoami ➜ Show your credentials stored
  • update-me ➜ update your credentials
  • store-me ➜ Store your git credentials (default is your local git credentials)
  • git-config (config) ➜ Configures git credentials
  • git-clone (clone) ➜ Clone a repository from your git
  • git-check (check) ➜ Print your current git credentials
  • generate-screen (gen-screen) ➜ Create a new file in src/screens
  • generate-page (gen-page) ➜ Create a new file in src/pages
  • generate-component (gen-comp) ➜ Create a new file in src/components
  • default-configs (configs) ➜ Store default configs (example: --not-index by default)

Running the project

  $ yarn
  $ yarn gen-prisma
  $ npm link

Running tests

  $ yarn test

Building the project

  $ yarn build

License

MIT - see LICENSE

FAQs

Package last updated on 05 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts