shipping-calculator
v0.0.1
Published
A shipping calculator library for Shopify
Downloads
3
Readme
##Description Insert a short description explaining the purpose of the package
Install
npm i {{package-name}} --save
Basic Usage
import {{identifier}} from '{{package-name}}'
//Show examples of how a consumer can instantiate or interact with the package
Configuration
//Explain how the package can be configured.
//If the package follows a constructor pattern, what arguments does it accept?
//Are there any default values to the arguments that need explaining?
API: Methods
//What methods can a consumer call to interact with the package?
API: Properties
//What properties can a consumer access to ascertain the state of the package?
Styling
.package-name{
/* Are there any styles needed to support the package? */
}
Markup
<div class="js-package-name">
<!-- Does the package require any markup to be hard-coded into the DOM? -->
</div>
Contributing
How can a developer add contributions to the package?