mmnp
v1.0.0
Published
aka **Mift's My New Package**
Downloads
1
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 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.