Skip to content

Quickly development and publish a javascript package with this scaffold

Notifications You must be signed in to change notification settings

barrel/base-npm-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##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?

License

About

Quickly development and publish a javascript package with this scaffold

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published