Socket
Socket
Sign inDemoInstall

nft20

Package Overview
Dependencies
323
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nft20

NFT20 SDK for easily trading NF


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

npm-package-webpack-boilerplate

A ready-to-use project for publishing browser npm packages with:

  • Webpack
  • Babel
  • Jest
  • Eslint

Features:

  • Deadly simple

Usage

In order to use this boilerplate, just follow the commands and instructions below:

# clone this repository
git clone https://github.com/Exifers/npm-package-webpack-boilerplate my-awesome-package

# remove the git history
rm -rf .git

# edit the following fields in `package.json`
# - name
# - description
# - url
# - author

# edit README.md
echo "my awesome package" > README.md

And you're good to go ! You can start coding your library at src/index.js.

Commands

This boilerplate comes with the following commands:

yarn build  # bundle your project into dist/main.min.js

yarn test  # runs the tests

yarn lint  # runs eslint

Publishing

yarn login

yarn publish

Keywords

FAQs

Last updated on 08 Jul 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc