1
0
Fork 0
freesewing/packages/create-freesewing-pattern/template/default
2019-09-06 20:09:06 +02:00
..
config 🚧 Tweaks to CFP template 2019-05-10 08:21:33 +02:00
example ⬆️ Updated dependencies for create-freesewing-pattern 2019-09-06 12:51:12 +02:00
src 🎨 Updated prettier config 2019-08-03 15:03:33 +02:00
.babelrc 🚧 Ongoing work on CFP 2019-05-02 12:39:30 +02:00
.editorconfig 🚧 Ongoing work on CFP 2019-05-02 12:39:30 +02:00
.eslintrc 🚧 Ongoing work on CFP 2019-05-02 12:39:30 +02:00
.travis.yml 🚧 Ongoing work on CFP 2019-05-02 12:39:30 +02:00
package.json 🐛 Replaced beta tag with latest in create-freesewing-package example template 2019-09-06 20:09:06 +02:00
README.md 🚧 Ongoing work on CFP 2019-05-02 12:39:30 +02:00
rollup.config.js 🚨 Removed linter warnings 2019-05-10 13:14:31 +02:00

{{name}}

{{description}}

NPM JavaScript Style Guide

Install

npm install --save {{name}}

Usage

import React, { Component } from 'react'

import MyComponent from '{{name}}'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

{{license}} © {{author}}