https://github.com/frctl/package-template
Template for bootstrapping new Fractal package creation
https://github.com/frctl/package-template
Last synced: 9 months ago
JSON representation
Template for bootstrapping new Fractal package creation
- Host: GitHub
- URL: https://github.com/frctl/package-template
- Owner: frctl
- License: mit
- Created: 2017-01-23T11:00:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T20:53:11.000Z (almost 9 years ago)
- Last Synced: 2024-10-29T20:24:07.041Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# {{ title }}
{{ description }}
[](https://travis-ci.org/frctl/{{ name }})
[](https://www.npmjs.com/package/@frctl/{{ name }})
## Overview
{{ introduction }}
```js
{{ quick-code-example }}
```
## Installation
```bash
npm i @frctl/{{ name }}
```
## API
{{ api-docs }}
## Usage
{{ usage-info }}
## Requirements
Node >= v7.6 is required.