Skip to content

plus1tv/library-starter

Repository files navigation

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

About

Hyperfuse Open Source Library Starter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published