0.0.20 • Published 3 years ago

geenee-spell v0.0.20

Weekly downloads
77
License
MIT
Repository
github
Last release
3 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

3 years ago

0.0.19

3 years ago

0.0.17

3 years ago

0.0.18

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago