An open API service indexing awesome lists of open source software.

https://github.com/harry-hopkinson/code-boilerplate-cli

A Command Line Interface version of the Code Boilerplate Extension. Generates a sample Hello World file based on the chosen language.
https://github.com/harry-hopkinson/code-boilerplate-cli

boilerplate cli typescript

Last synced: 10 months ago
JSON representation

A Command Line Interface version of the Code Boilerplate Extension. Generates a sample Hello World file based on the chosen language.

Awesome Lists containing this project

README

          

# code-boilerplate-cli

A Command Line Interface version of the [Code Boilerplate Extension.](https://github.com/Harry-Hopkinson/code-boilerplate) Generates a sample Hello World file based on the chosen language.

## How to Run

For installing for a one time command...

```
npx code-boilerplate
```

For installing for repeated use of the command...

```
npm install -g code-boilerplate
code-boilerplate
```