neoprojs
v0.0.3
Published
A fast, small and intuitive CLI application for creating projects from pre-defined templates.
Downloads
7
Maintainers
Readme
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.
- Create your template project the way you want.
- Upload to a Github repositorie.
- Type
neo
in your terminal and chooseAdd a template
. - Choose a name for your template.
- 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.