1.0.3 • Published 4 years ago

create-algo v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Create-Algo

Create-Algo is a cli used to generate a boilerplate for solving coding challenges.

Installation

npm

npm install create-algo

yarn

yarn add create-algo

Usage

It's nice to keep all of the coding challenges you solve in one directory. I recommend that users create a directory and repository. Give it any name you like. Then install create-algo in this directory as a dependency. When you want to create a new boilerplate inside of your directory to solve a challenge simply run the create-algo command from your desired location inside your directory. You will then be prompted with a question of whether to use Javascript or Typescript. Simply choose using the arrow keys and press enter. Your boilerplate will be installed in the directory and you are ready to hack on!

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago