@aiou/react-components-lib-template

react-components-lib-template


Keywords
react, components, sortable, cli, neo, template
License
MIT
Install
npm install @aiou/react-components-lib-template@1.2.3

Documentation

logo

neo - new repo. neo use pnpm to manage your template, create hack project as quick as possible.

npm GitHub

table of contents

install

npm install @aiou/neo -g

get started

Create project from remote npm-package as template

neo create @aiou/bin-template project

Or save @aiou/bin-template into store first

neo add @aiou/bin-template

In the next time, neo create will prefer load template from local store. It's fast âš¡

Check Documentation for more details.

contribute

environment require

  • pnpm@^7.4.0
  • node^14