deromanize-component
Version:
Convert a string in roman numerical format to a number
31 lines (23 loc) • 355 B
Plain Text
build: components
@component build --dev
components:
@component install --dev
clean:
rm -fr build components node_modules
all:
clear
make clean
make
test:
clear
@./node_modules/.bin/mocha \
--require should \
--timeout 10s \
--slow 3s \
--bail \
--reporter spec
buildtest:
clear
make
make test
.PHONY: clean test all buildtest