0.0.7 • Published 7 years ago

rad-components v0.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Library Starter

A library starter for our open source libraries

This repo's purpose is to use as a base for our open source projects. All you need to do is write you library code and then run build commands and publish to npm.

Usage

  • clone the project:
git clone https://github.com/hyperfuse/library-starter.git [name]
  • Install development dependencies:
yarn
  • Build library code with:
yarn run build
  • Watch library code as it changes:
yarn run watch
  • Run tests:
yarn run test
  • Watch Tests:
yarn run test:watch
  • Make it your own!

License

MIT