hiel

A command line utility used to bootstrap projects without having to repeat the same processes over and over again.

Downloads
54
Stars
4

Hiel

A command line utility used to bootstrap projects without having to repeat the same processes over and over again.

Installation

To install hiel on your machine simply pull it from the internet (lol) using Pypi.

pip install --user hiel

Note

Hiel is somewhat customized for my local machine, so to make use of it ensure you have the following on your PC.

Once this is done, get a personal access token from Github to ensure bootstrapped projects can be pushed to version control (Github). The access token is stored in $HOME/.hiel and can be updated anytime. You don't need to create this file as it'd be created automatically when you run HIEL for the first time.

Commands

  • To view the help command
hiel --help
  • Bootstrap a project
hiel <PROJECT_NAME> --type=[js|py] # type is used to specify the type of project, if its python/js
  • To view the version of Hiel being used
hiel --version
Package Rankings
Top 31.63% on Pypi.org