0.5.1 • Published 3 years ago

origeen v0.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Origeen

Origeen is based on the idea that managing projects is a loss of time. You want to spend more time coding and that's easy to understand.

It is a simple and intuitive tool, that works with projects of any scale. Its simplicity makes it really fast as well. You can get started in less that 60 seconds !

Features

  • Create/import/delete projects from your CLI,
  • Open projects with your favourite editor,
  • Use templates to create projects with basic files; skip the boring configuration steps,
  • Avoid unnecessary cd(s),
  • Easy-to-understand errors,
  • Create a project with a license of your choice,
  • Create a git repo for your project.

Get Started

3 commands only!

$ npm install origeen --global
$ orgn setup

$ orgn new my-fancy-project --open
# or
$ orgn import X:/JohnDoe/.../project-name

For your new projects, you can install templates like this :

$ orgn install-template <templateName> --remote <urlToAGitRepo>

# To create a project with Parcel and Sass
$ orgn it sass --remote https://github.com/kevin-powell/sass-made-easy
$ orgn create my-sass-project --template sass

You can check the wiki, if you want to know more about Origeen and how to use it.

Contributing

See the CONTRIBUTING.md file for more.

License

This project is licensed under the MIT. See LICENSE.

0.5.1

3 years ago

0.5.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.5

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.0

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.1.0

3 years ago