Socket
Socket
Sign inDemoInstall

mene

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mene

Mene initializes your Node.js project. It creates a new directory, runs `npm init -y`, installs the dependicies, creates index.js, runs `git init`. It automatically includes your dependicies to index.js.


Version published
Maintainers
1
Created
Source

Mene - Node.js project starter

Mene initializes your Node.js project. It creates a new directory, runs npm init -y, installs the dependicies, creates index.js, runs git init. It automatically includes your dependicies to index.js.

Point being. IT SAVES YOU TIME. It is perfect for any project. Even the smallests temporary test projects benefit from version control and an intialized package.json. It also cd's to that new dir. Again, IT SAVES TIME. Use it!

Let's create an app called my-app and import dependencies phin and magic-string.

    ~/projects  mene my-app phin magic-string                                                    ✔
    ~/projects/my-app    main ?4  cat index.js                                              ✔
const phin = require('phin')
const magicString = require('magic-string')

As you can see, git has been initialized, you are in your project folder and ready to code.

Installation

npm install -g mene

FAQs

Package last updated on 26 Mar 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc