codotype icon indicating copy to clipboard operation
codotype copied to clipboard

:package: Plugin-based framework for generating custom boilerplate code and scaffolding - save weeks of development time on your next web project

Codotype Logo

Codotype

Plugin-based framework for generating custom boilerplate code and scaffolding

Save weeks of development time on your next web project :tada:

Language + framework agnostic, open-source for now and forever. Built with ❤︎ by @aeksco

Table of Contents

  • Setup
  • About
  • License

Setup

  1. Run the following command to set up your local environment for development:
lerna bootstrap
  1. Your environment should be ready for development - please consult the documentation in each repository for more detailed development instructions.

Environment Setup

npm install -g @vue/cli
npm install -g lerna

Codotype Environment Setup

git clone https://github.com/codotype/codotype.git
cd ./codotype
git checkout -b dev
git reset --hard origin/dev
lerna bootstrap

Codotype Generator Setup

cd ./packages/@codotype
git clone https://github.com/codotype/codotype-mevn-generator.git
cd ./codotype-mevn-generator
../cli/bin/codotype.js serve

About

Created by @aeksco

License

FOSSA Status