1
0
Fork 0
freesewing/packages/create-freesewing-pattern/template/default
2021-01-31 09:26:26 +01:00
..
config chore: Linter 2021-01-31 09:26:26 +01:00
example chore: Linter 2021-01-31 09:26:26 +01:00
src chore: Linter 2021-01-31 09:22:15 +01: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 fix: Missing axios dependency 2021-01-10 15:01:34 +01:00
README.md 🚧 Ongoing work on CFP 2019-05-02 12:39:30 +02:00
rollup.config.js fix(create-freesewing-pattern) Breaking change in execa 2020-08-14 14:59:36 +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}}