1.0.11 • Published 1 year ago

create-template-cli v1.0.11

Weekly downloads
3
License
ISC
Repository
-
Last release
1 year ago

TCLI

create-template-cli 帮助快速生成VueReact模板文件

Installation

npm install -g create-template-cli

Usage

  • React
tcli create src index.js
tcli create src index.js header.js

Result

import React from 'react'
import styled from 'styled-components'
import { Flex } from 'rebass'
import { size } from 'polished'
import { connect } from 'react-redux'

const Root = styled(Flex)

class App extends React.Component { render() { return ( ) } }

export default App

* Vue

tcli create src index.vue tcli create src index.vue header.vue

> result
</div>
    }
},
mounted() {
    
},
methods: {

}

}

## More
* [TCli](https://marketplace.visualstudio.com/items?itemName=sillyY.tcli) - VSCode 插件  
支持自定义模板,快捷创建模板文件

## License
MIT
1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago