0.0.8 • Published 4 years ago

arrowcolt-cli v0.0.8

Weekly downloads
7
License
ISC
Repository
-
Last release
4 years ago

arrowcolt-cli

Command line helper for React Native.

image

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
0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago