mmnp
v1.0.0
Published
aka **Mift's My New Package**
Readme
MMNP
aka Mift's My New Package
Install
on linux you maybe need to put sudo on start of the command.
npm i -g mmnpUsage
mmnp <folder_name>Example
mmnp superProjectHow 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.
