An open API service indexing awesome lists of open source software.

https://github.com/plus1tv/library-starter

Hyperfuse Open Source Library Starter
https://github.com/plus1tv/library-starter

Last synced: 10 months ago
JSON representation

Hyperfuse Open Source Library Starter

Awesome Lists containing this project

README

          

# 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