Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/neo-hack/neo
- Owner: neo-hack
- License: mit
- Created: 2018-10-03T10:48:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-01T09:12:06.000Z (about 1 year ago)
- Last Synced: 2024-05-22T08:21:23.327Z (9 months ago)
- Topics: cli, neo, template
- Language: TypeScript
- Homepage: https://neo-docs.netlify.app/
- Size: 7.39 MB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
*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`