Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ace-the-cat

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

ace-the-cat

Ace the cat's business card

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

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

npx business card template

This template is for those of you who'd like to make you own npx business cards. This card is for Ace the cat, but feel free to turn it into your own card!

Setting up your dev environment

  1. clone this repo: git clone https://github.com/nodebotanist/npx-business-card-howto.git OR fork it and download your fork.
  2. use your terminal application to navigate to the folder
  3. run npm i to install the dev dependencies
  4. open the folder in your code editor of choice
  5. in the terminal, run npm run dev to have automatic build/output of your changes (thanks again @mtheoryx)

Publishing your business card

  1. go into package.json with your favorite text editor
  2. change the "name" field from "ace-the-cat" to the name you would like to use for your business card
  • Note: it's handy to use a username that people know you by so your card is easy to find
  1. change the "author" field to your npm username
  • Head to npmjs.org to create an account if you do not have a username
  1. login to npm in the cli by running npm login
  2. Set your card to version 1 by running npm version major
  • Note: This will change the package.json for you and create a git commit and tag it for you!
  1. run npm publish to put your card in the npm registry
  2. Make sure it works by running npx whatever-you-named-your-card

Keywords

FAQs

Package last updated on 23 Dec 2018

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