Skip to content

oktaysenkan/arrowcolt-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arrowcolt-cli

Command line helper for React Native.

asciicast

Installation

$ npm i arrowcolt-cli -g

Usage

$ arrowcolt
$ npx arrowcolt

Folder structure

src/
├── components
│   ├── Button
│   │   ├── Button.style.ts
│   │   ├── Button.tsx
│   │   └── index.ts
│   └── index.tsx
├── containers
│   ├── Like
│   │   ├── Like.tsx
│   │   └── index.ts
│   └── index.tsx
├── screens
│   ├── Home
│   │   ├── Home.style.ts
│   │   ├── Home.tsx
│   │   └── index.ts
│   └── index.ts
├── styles
│   ├── Colors.ts
│   ├── Spacing.ts
│   ├── Typography.ts
│   └── index.ts
└── utils
│   └── location.ts
│   └── index.ts
├── App.tsx
├── index.ts

About

Command line helper for React Native.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published