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.
- Host: GitHub
- URL: https://github.com/jaid/compie
- Owner: Jaid
- License: mit
- Created: 2019-06-20T01:59:37.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T05:18:17.000Z (over 3 years ago)
- Last Synced: 2025-01-25T22:19:48.943Z (over 1 year ago)
- Topics: cli, components, react, react-component, react-dom, scaffold, scaffolding, tool, util, utility
- Language: JavaScript
- Homepage: https://github.com/Jaid/compie
- Size: 2.28 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.txt
Awesome Lists containing this project
README
# compie
**CLI tool that scaffolds React components.**
## Installation
```bash
npm install --global compie@^3.0.0
```
```bash
yarn global add compie@^3.0.0
```
(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)