arrowcolt-cli

0.0.8 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i arrowcolt-cli

Weekly Downloads

1

Version

0.0.8

License

ISC

Unpacked Size

7.67 kB

Total Files

6

Last publish

Collaborators

  • oktaysenkan