0.0.20 • Published 4 years ago

geenee-spell v0.0.20

Weekly downloads
77
License
MIT
Repository
github
Last release
4 years ago

geenee-spell

regenerates code in a project based upon a template and a settings file.

codecov Version Downloads/week License

A geenee code base contains a meta directory, which should have a template and a settings file called ns.yml. This package exposes a single async function that can regenerate the whole code base from scratch when your template and/or settings have changed.

You probably won't need to use this package directly. It gets included by geenee and copykat.

Usage

Install

npm i geenee-spell

Then you can generate code by specifying a package. The simplest usage is like this:

const generateCode = require('geenee-spell')

(async () => {
	await generateCode('~/packages/myPackage', {}, null)
})();
0.0.20

4 years ago

0.0.19

4 years ago

0.0.17

4 years ago

0.0.18

4 years ago

0.0.16

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago