rickboot-test-npm-deploy

1.0.1 • Public • Published

// npm init -y // edit package.json per the following

// create unique package name "name": "rickboot-test-npm-deploy",

// add publishConfig with access:public "publishConfig": { "access": "public" },

// specify folders to include "files": [ "dist" ],

// specify binary to execute "bin": "dist/index.js",

// create scripts for building during dev and during publish "scripts": { "build": "tsc", "prepublishOnly": "npm run build" },

// move any dev dependencies to devDependencies

// do git stuff - .gitignore, init, add ., commit

// npm login // npm publish

Readme

Keywords

none

Package Sidebar

Install

npm i rickboot-test-npm-deploy

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

1.54 kB

Total Files

4

Last publish

Collaborators

  • rickboot