🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@c-shell/npm-package-template

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@c-shell/npm-package-template

A template to give you a quick start on making npm packages

0.0.0
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

npm-package-templata

A template to give you a quick start on making npm packages

Quickstart

  • npm i
  • Update name/info in package.json
  • Develop your npm package in /src
  • Test your changes:
    • npm run test:all
    • Manually Test your changes:
      • npm link
      • cd /your-project-you-want-to-use-this-package-in
      • npm link your-npm-package
      • Manually Test that the package works in your project
  • npm login
  • npm version major|minor|patch
  • npm publish
  • In your project npm i your-npm-package

Keywords

npm

FAQs

Package last updated on 11 Jun 2020

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