TypeAware / oredoc

Node.js ApiDoc generator (programmatic)
MIT License
1 stars 0 forks source link

create cloneable project #8

Open ORESoftware opened 5 years ago

ORESoftware commented 5 years ago

create a clonable npm project

user runs npm install

there are command line tools in the npm scripts

there should be config on which languages to build, so that the user doesnt have to build all languages

output .jar file, .ts file, .go fs

put the build results in:

builds/
 java/
 golang/
 typescript/

and make all the files readonly by default

ORESoftware commented 5 years ago

each project should be testable - there should be test code in each folder, and make it compilable. a test.sh file in each folder should do.