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
- Host: GitHub
- URL: https://github.com/plus1tv/library-starter
- Owner: plus1tv
- License: mit
- Created: 2017-01-18T23:21:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-21T04:10:33.000Z (over 9 years ago)
- Last Synced: 2025-08-17T13:48:02.086Z (10 months ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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