An open API service indexing awesome lists of open source software.

https://github.com/jaid/compie

CLI tool that scaffolds React components.
https://github.com/jaid/compie

cli components react react-component react-dom scaffold scaffolding tool util utility

Last synced: 2 months ago
JSON representation

CLI tool that scaffolds React components.

Awesome Lists containing this project

README

          

# compie

License Sponsor compie
Build status Commits since v3.0.0 Last commit Issues
Latest version on npm Dependents Downloads

**CLI tool that scaffolds React components.**

## Installation

compie on npm

```bash
npm install --global compie@^3.0.0
```

compie on Yarn

```bash
yarn global add compie@^3.0.0
```

@jaid/compie on GitHub Packages
(if [configured properly](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-npm-for-use-with-github-packages))

```bash
npm install --global @jaid/compie@^3.0.0
```

## CLI Usage
After installing package `compie` globally, you can use its command line interface.
```bash
compie
```
For usage instructions:
```bash
compie --help
```

## Development

Setting up:
```bash
git clone git@github.com:jaid/compie.git
cd compie
npm install
```
Testing:
```bash
npm run test:dev
```
Testing in production environment:
```bash
npm run test
```

## License
[MIT License](https://raw.githubusercontent.com/jaid/compie/master/license.txt)
Copyright © 2020, Jaid \ (https://github.com/jaid)