Skip to content

Thammasok/ex-loopback-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ex-loopback-model

this package is example of tutorial about how to create and publish NPM Package

Create NPM Package

  1. Initialize NPM in Your Project
npm init

or

npm init --scope=@your-username
  1. Add your code

Public Package

build and publish your package.

  1. Build project
npm run build
  1. Publish your package
npm publish

or

npm publish --access public 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors