0.0.1 • Published 7 years ago
@chee/o-npm v0.0.1
origami npm module maker
usage
$ npm install -g sinopia
$ sinopia
$ npm install -g @chee/o-npm
$ on --working-directory /tmp/origami --publishthis will:
- create /tmp/origami containing:
.bowerrcpointing to the origami registry.npmrcpointing to the local sinopia registrypackage.jsondepending on babel for building the components
- fetch the latest versions of all the components (you can pass targets like
--components o-typography,o-colors - create
package.jsonfiles for all the components - build the components
- clean the
package.json - publish to your local
npmregistry
TODO
- run the obt tests on the node module version of a component
- write literally any tests for this code