0.0.3 • Published 4 years ago

neoprojs v0.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Neopro

A fast, small and intuitive CLI application for creating projects from pre-defined templates.

Getting started

Install globally with npm.

npm i -g neoprojs

Now you have access to the neo command.

Usage

After the installation, just type neo in your terminal and a list of options will appear:

New project

In this option, you can start a project based on a predefined template.

By default, Neopro comes with two templates: Svelte basic and Svelte with Tailwindcss, but you can creating your own templates.

Add a template

You can easily create your owns templates following a few steps.

  1. Create your template project the way you want.
  2. Upload to a Github repositorie.
  3. Type neo in your terminal and choose Add a template.
  4. Choose a name for your template.
  5. Add the Github URL of your repositorie.

And is done!

Delete template

To delete a template, you can just choose the Delete template option then select all templates that you want to delete.

Configuration file

Neopro stores a configuration file in your home directory, called neopro.config.json. This file holds the references for your templates.

Choosing this option will open this file.