Skip to content

Mystery-Coder/better-codegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

better-codegen

A Very simple cli code generator for p5js, static page and simple python file.

Installation

To install globally,

npm install -g better-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


About

Simple code generator for p5js, static page, node-express and simple python file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published