1
0
Fork 0
freesewing/packages/create-freesewing-pattern/template/default
2019-05-09 15:57:03 +02:00
..
config 🚧 Ongoing work on CFP 2019-05-02 12:39:30 +02:00
example 🚧 Removed faulty dependency from CFP 2019-05-09 15:57:03 +02:00
src 🚧 Progress on create-freesewing-pattern 2019-05-03 19:54:46 +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 🚧 Dependency updates for CFP 2019-05-03 13:48:14 +02:00
README.md 🚧 Ongoing work on CFP 2019-05-02 12:39:30 +02:00
rollup.config.js Removed dependencies from CFP 2019-05-03 12:26:59 +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}}