0.2.10 • Published 2 years ago

@wysimark/resource v0.2.10

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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
0.2.10

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago