Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neo-hack/neo

neo - new repo. template manager, happy hacking!
https://github.com/neo-hack/neo

cli neo template

Last synced: 7 days ago
JSON representation

neo - new repo. template manager, happy hacking!

Awesome Lists containing this project

README

        

logo

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

[![npm](https://img.shields.io/npm/v/@aiou/neo)](https://github.com/neo-hack/neo/tree/master/packages/core) [![GitHub](https://img.shields.io/github/license/neo-hack/neo)](https://github.com/neo-hack/neo/tree/master/packages/core)

## table of contents

- [table of contents](#table-of-contents)
- [install](#install)
- [get started](#get-started)
- [contribute](#contribute)

## install

```bash
npm install @aiou/neo -g
```

## get started

Create project from remote `npm-package` as template

```bash
neo create @aiou/bin-template project
```

Or save `@aiou/bin-template` into store first

```bash
neo add @aiou/bin-template
```

In the next time, `neo create` will prefer load template from local store. It's fast ⚡

Check [Documentation](https://neo-docs.netlify.app) for more details.

## contribute

environment require

- `pnpm@^7.4.0`
- `node^14`