1.0.0 • Published 3 years ago

mmnp v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

MMNP

aka Mift's My New Package

Install

on linux you maybe need to put sudo on start of the command.

npm i -g mmnp

Usage

mmnp <folder_name>

Example

mmnp superProject

How it work

Firstly it will create folder with name you specified in first argument. Then in the folder, its run npm init -y command. Then its create index.js file. Then it will try to open terminal in the new project.

IM NOT SURE IF THIS WORKS ON WINDOWS OR MACOS