# better-codegen

> A very simple code genrator for p5js, static page, python file. Note: The 'better' refers that it is the better version of simple-codegen

Latest version **1.0.0** (published 2021-02-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install better-codegen
pnpm add better-codegen
yarn add better-codegen
bun add better-codegen
```

Provides the command `cg`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2021-02-13 |
| First published | 2021-02-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 8.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | mystery-coder |
| Maintainers | mystery-coder |
| Keywords | cli, simple, codegen |

## Links

- npm: https://www.npmjs.com/package/better-codegen
- Repository: https://github.com/Mystery-Coder/better-codegen
- Homepage: https://github.com/Mystery-Coder/better-codegen#readme
- Issues: https://github.com/Mystery-Coder/better-codegen/issues
- npm.io page: https://npm.io/package/better-codegen

## Dependencies (1)

- [fs-extra](https://npm.io/package/fs-extra.md) ^9.0.1

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2021-02-13

## README

# simple-codegen
**A Very simple cli code generator for p5js, static page and simple python file.**

# Installation 
To install globally,

`
npm install -g simple-codegen 
`
***

# How to use the tool
 The global installation will give you access to the `cg` command in the terminal.

 The following table shows the commands available and how to use them: 
 
 |Command Name| Usage | Example
 |----|-----|----|
 | html | Generate a simple static website. | `cg html my-website`
 | p5js | Generate a website with p5js. | `cg p5js my-project`
 | py | Simple Python file | `cg py myfile `


---
# Help
`cg help`

You can also now type `cg help <command>` for detailed help on a particular command. Ex: cg help p5js

# License
 **MIT**

---
_Source: https://npm.io/package/better-codegen · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
