New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@no-npm/cli

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@no-npm/cli

The not only NPM project helps you to run micro frontends directly from a npm package.

  • 0.2.10
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

noNPM cli

Run noNPM locally with:

npx @no-npm/cli

You can point noNPM to another registry:

npx @no-npm/cli --registry http://localhost:4111

All packages will be stored in the --storage folder which is by default .noNPM.

All options

You can run it with the --help flag to see all options of the cli:

Usage:  start [options]

Start the noNPM server.

Options:
  -p, --port <port>    Define the port to run at. (default: "3000")
  --storage <path>     The path where the packages are stored. (default: "./.noNPM")
  --registry <name>    Define the registry to use. Defaults to https://registry.npmjs.org/. (default: "https://registry.npmjs.org/")
  --serveAll           Serves all npm packages, even if they do not have a serve property set. (default: false)
  --defaultApp <name>  Define a application that is served via the base path. By default the @no-npm/web package is used. (default: "@no-npm/web")
  --cors               Set this to false, to disable cors (default: `true`). (default: true)
  --logging [log...]   Define the log-level. Possible values are: log,error,warn,debug,verbose (default: "log,error,warn,debug")
  -h, --help           display help for command
  

FAQs

Package last updated on 07 Dec 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