Socket
Socket
Sign inDemoInstall

nib-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nib-cli

This is a CLI package that simplifies your life as a Node JS developer


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Node Init BootStrapper CLI -- nib-cli

This is a CLI package that simplifies your life as a Node JS developer.

This pacakge creates the initial files and folders for your node js API project using either express or fastify as stated by you using --server fastify

To use this package you must have node js installed

✨ How to use

  • Use without installing generally
npx nib-cli --package yarn --server express
  • Use after installing generally
npm i -g nib-cli
nib-cli --package yarn --server express

📝 NOTES

--package is either yarn or npm but defaults to npm

Currently we only support two servers, express and fastify, we'll be looking to support other servers in the future.

Keywords

FAQs

Package last updated on 11 Mar 2021

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