@wysimark/resource
TypeScript icon, indicating that this package has built-in type declarations

0.2.10 • Public • Published

NPM Starter Kit

Getting Started

# in your project root, initialize an empty git repo
git init

# Pull npm-starter-kit
git pull https://github.com/thesunny/npm-starter-kit.git

# Install dependencies
yarn

Building your project

yarn build

Publishing a new version

# Executes build, bumps version, and shows instructions on publishing
yarn prepublish

# Publish in namespaced to NPM for first time
# (--access required for first time in an @namespace/packace project)
npm publish --access=public

# Other publish
npm publish

Testing

# Run unit tests in Jest continuously
yarn test:watch

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.2.1047latest

Version History

VersionDownloads (Last 7 Days)Published
0.2.1047
0.2.90
0.2.80
0.2.70
0.2.60
0.2.50
0.2.40
0.2.30
0.2.21
0.2.10

Package Sidebar

Install

npm i @wysimark/resource

Weekly Downloads

48

Version

0.2.10

License

MIT

Unpacked Size

33.1 kB

Total Files

49

Last publish

Collaborators

  • thesunny